Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-rifkin committed Jun 1, 2024
1 parent b56a342 commit 2f24154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/assertion_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ TEST(LibassertBasic, EnumHandling) {
DEBUG_ASSERT(b != bar_e::A),
R"XX(
|Debug Assertion failed at <LOCATION>:
| DEBUG_ASSERT(b != bar::A);
| DEBUG_ASSERT(b != bar_e::A);
| Where:
| b => A
| bar_e::A => A
Expand Down

0 comments on commit 2f24154

Please sign in to comment.