Skip to content

Commit 4fa5b20

Browse files
Update tests/unique_resource.test.cpp
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a480de5 commit 4fa5b20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unique_resource.test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ TEST_CASE("Construct file unique_resource") {
2929
}
3030

3131

32-
REQUIRE(open_file_good == true);
33-
REQUIRE(cloes_file_good == true);
32+
REQUIRE(open_file_good == true);
33+
REQUIRE(cloes_file_good == true);
3434
}

0 commit comments

Comments
 (0)