Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
Update examples/GTestMouseClickPosition/main.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Falko Axmann <[email protected]>
  • Loading branch information
53845714nF and faaxm authored May 12, 2024
1 parent 0569835 commit 7023908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/GTestMouseClickPosition/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Button 4 clicked)RSLT";
EXPECT_EQ(result, expected_result);
}

TEST(GTestExample, ToMuchProportion)
TEST(GTestExample, TooMuchProportion)
{
// This Test click 200% under the Button 1 => under the Button 1 is Button 3 which will trigger.
const auto upperLeft = spix::Point(0.25, 2);
Expand Down

0 comments on commit 7023908

Please sign in to comment.