Skip to content

Commit

Permalink
Fix location of test file
Browse files Browse the repository at this point in the history
  • Loading branch information
fmahebert committed Jan 6, 2021
1 parent 6ab2a76 commit 620f024
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/Unit/Domain/CoordinateMaps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ set(LIBRARY_SOURCES
Test_Identity.cpp
Test_ProductMaps.cpp
Test_Rotation.cpp
Test_RotationTimeDep.cpp
Test_SpecialMobius.cpp
Test_Tags.cpp
Test_TimeDependentHelpers.cpp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ set(LIBRARY "Test_CoordinateMapsTimeDependent")
set(LIBRARY_SOURCES
Test_CubicScale.cpp
Test_ProductMaps.cpp
Test_Rotation.cpp
Test_Translation.cpp
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ std::array<double, 2> expected_frame_velocity(
} // namespace

namespace domain {
SPECTRE_TEST_CASE("Unit.Domain.CoordinateMaps.RotationTimeDep",
SPECTRE_TEST_CASE("Unit.Domain.CoordinateMaps.TimeDependent.Rotation",
"[Domain][Unit]") {
double t{-1.0};
const double dt{0.6};
Expand Down

0 comments on commit 620f024

Please sign in to comment.