Skip to content

Commit 52240ce

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 c6d8226 commit 52240ce

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
@@ -29,7 +29,7 @@ TEST_CASE("Construct scope_fail") {
2929

3030
auto guard_exit4 = beman::scope::scope_fail([]() {});
3131

32-
REQUIRE(true);
32+
REQUIRE(true);
3333
}
3434

3535
TEST_CASE("Construct scope_success") {

0 commit comments

Comments
 (0)