Skip to content

Commit

Permalink
Update unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Dec 8, 2024
1 parent 44c8a22 commit fd9f0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/test/sasi_hd_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ TEST(SasiHdTest, RequestSense)

TEST(SasiHdTest, GetBlockSizes)
{
SasiHd hd(0);
MockSasiHd hd(0);

const auto &sizes = hd.GetSupportedBlockSizes();
EXPECT_EQ(3U, sizes.size());
Expand Down

0 comments on commit fd9f0a4

Please sign in to comment.