Skip to content

Commit aa9cb72

Browse files
committed
fix naming
1 parent 6aa6e18 commit aa9cb72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unique_resource.test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ TEST_CASE("Construct file unique_resource") {
2727
}
2828

2929
REQUIRE(open_file_good == true);
30-
REQUIRE(cloes_file_good == true);
30+
REQUIRE(close_file_good == true);
3131
}

0 commit comments

Comments
 (0)