Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
seanharmer committed Jun 11, 2024
1 parent 6464b9d commit 6279f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/property/tst_property.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ class DummyPropertyUpdater : public PropertyUpdater<int>
int m_value;
};

TEST_CASE("Property Updators")
TEST_CASE("Property Updaters")
{
SUBCASE("Can construct a property with an updater and the property assumes its value")
{
Expand Down

0 comments on commit 6279f90

Please sign in to comment.