Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Quill <robert.quill@imgtec.com>
  • Loading branch information
robquill committed Sep 3, 2024
1 parent b23fb2f commit aad7bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/TestImage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ TEST(TestImage, ConstructorData)
EXPECT_EQ(image->vector(), vec);
}

TEST(TestImage, ConstructorNoData)
TEST(TestImage, ReserveData)
{
kp::Manager mgr;

Expand Down

0 comments on commit aad7bed

Please sign in to comment.