Skip to content

Commit e0c3a06

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 757b893 commit e0c3a06

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
@@ -40,5 +40,5 @@ TEST_CASE("Construct scope_success") {
4040

4141
auto guard_exit4 = beman::scope::scope_success([]() {});
4242

43-
REQUIRE(true);
43+
REQUIRE(true);
4444
}

0 commit comments

Comments
 (0)