Skip to content

Commit cd7c269

Browse files
Update tests/beman/scope/scope.test.cpp
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1e29241 commit cd7c269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/beman/scope/scope.test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ TEST_CASE("Construct scope_exit") {
1818

1919
auto guard_exit4 = beman::scope::scope_exit([]() {});
2020

21-
REQUIRE(true);
21+
REQUIRE(true);
2222
}
2323

2424
TEST_CASE("Construct scope_fail") {

0 commit comments

Comments
 (0)