Skip to content

Commit 410bd2d

Browse files
committed
fix test error
1 parent aa9cb72 commit 410bd2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/unique_resource.test.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ TEST_CASE("Construct file unique_resource") {
2525
if (!file.get()) {
2626
return 1;
2727
}
28-
29-
REQUIRE(open_file_good == true);
30-
REQUIRE(close_file_good == true);
28+
}
29+
REQUIRE(open_file_good == true);
30+
REQUIRE(close_file_good == true);
3131
}

0 commit comments

Comments
 (0)