Skip to content

Commit bec0aff

Browse files
committed
Formatting
1 parent ebbb724 commit bec0aff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/CoreTest.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,8 +481,8 @@ TEST_CASE("myPath", "[core]")
481481
vec_t{"data", "1234", "meshes", "E", "x"});
482482

483483
// iteration.particles is only an alias without a path of its own
484-
// REQUIRE(pathOf(iteration.particles) == vec_t{"data", "1234", "particles"});
485-
// REQUIRE(
484+
// REQUIRE(pathOf(iteration.particles) == vec_t{"data", "1234",
485+
// "particles"}); REQUIRE(
486486
// pathOf(iteration.particles) ==
487487
// vec_t{"iterations", "1234", "particles"});
488488

0 commit comments

Comments
 (0)