Skip to content

Commit

Permalink
One more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed Dec 19, 2024
1 parent 0dc4363 commit 246fd32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1266,7 +1266,7 @@ TEST_F(TestCodegenModelViaMocks, IterateOverAcceptedCommands)

auto commandId = commands->Next();
ASSERT_TRUE(commandId.has_value());
EXPECT_EQ(*commandId, 1u);
EXPECT_EQ(*commandId, 1u); // NOLINT(bugprone-unchecked-optional-access)

commandId = commands->Next();
ASSERT_TRUE(commandId.has_value());
Expand Down

0 comments on commit 246fd32

Please sign in to comment.