Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
Signed-off-by: TaikiYamada4 <[email protected]>
  • Loading branch information
TaikiYamada4 committed Nov 8, 2024
1 parent be45043 commit e5ee2e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ TEST_F(JsonProcessingTest, CheckPrerequisiteCompletionFailure)
EXPECT_EQ(issues.size(), 1);
}

TEST_F(JsonProcessingTest, DescriptUnusedValidatorsToJson)
TEST_F(JsonProcessingTest, DescribeUnusedValidatorsToJson)
{
Validators error_validators = {
{"validator1", {{{"validator3", true}}, ValidatorInfo::Severity::ERROR}},
Expand Down

0 comments on commit e5ee2e7

Please sign in to comment.