Skip to content

Commit

Permalink
Minor test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
slonopotamus committed Aug 3, 2024
1 parent 186593b commit 40cb356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/UEST/Private/UESTTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ TEST(UEST, SimpleTest)
ASSERT_THAT(&v2, Is::Not::Null);

ASSERT_THAT(42, Is::EqualTo(42));
ASSERT_THAT(42., Is::Not::EqualTo(43));
ASSERT_THAT(42, Is::Not::EqualTo(43));
}

TEST_CLASS(UEST, SimpleTestClass)
Expand Down

0 comments on commit 40cb356

Please sign in to comment.