Skip to content

Commit

Permalink
tests: Force test to fail for CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-davis-afs committed Jan 25, 2024
1 parent 95cda43 commit 1edfd55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/state_allocator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SCENARIO("Testing buffer allocator") {
REQUIRE(simple_object == nullptr);

auto compound_object = state_allocator.pull_compound_state<int>();
REQUIRE(compound_object == nullptr);
REQUIRE(compound_object != nullptr);
}
}

Expand Down

0 comments on commit 1edfd55

Please sign in to comment.