Skip to content

Commit

Permalink
fix(ForcingsEngineLumpedDataProviderTest): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
program-- committed Aug 14, 2024
1 parent ca3d6aa commit 761d910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/forcing/ForcingsEngineLumpedDataProvider_Test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ void TestFixture::TearDownTestSuite()
/**
* Tests for the flyweight-like design of provider storage by getting
* a new instance of the forcings engine and verifying that it points
* to the same address as the static initialized `provider_` memberm
* to the same address as the static initialized `provider_` member,
* based on matching `init`, and shared over distinct `divide_id`.
*/
TEST_F(ForcingsEngineLumpedDataProviderTest, Storage)
Expand Down

0 comments on commit 761d910

Please sign in to comment.