Skip to content

Commit d5a9abe

Browse files
authored
Fix forward on a bad merge (#39670)
Commit Message: Fix forward on a bad merge Additional Description: Broke a test by adding it and changing the test format at the same time. (#38986 + #39603) Risk Level: None Testing: Test-only Docs Changes: n/a Release Notes: n/a Platform Specific Features: n/a Signed-off-by: Raven Black <[email protected]>
1 parent 0ece2dc commit d5a9abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/common/matcher/prefix_map_matcher_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ TEST(PrefixMapMatcherTest, MoreDataMightBeAvailableNoMatchThenMatchDoesNotPerfor
139139

140140
TestData data;
141141
const auto result = matcher->match(data);
142-
verifyNotEnoughDataForMatch(result);
142+
EXPECT_THAT(result, HasNotEnoughData());
143143
}
144144

145145
} // namespace Matcher

0 commit comments

Comments
 (0)