We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91d7d85 commit d0797f3Copy full SHA for d0797f3
cucumber_cpp/library/test/TestSteps.cpp
@@ -68,9 +68,6 @@ namespace cucumber_cpp::library
68
69
TEST_F(TestSteps, GetAmbiguousStep)
70
{
71
- EXPECT_NO_THROW((void)stepRegistry.Query("an ambiguous step"));
72
73
-
74
EXPECT_THROW((void)stepRegistry.Query("an ambiguous step"), StepRegistry::AmbiguousStepError);
75
}
76
0 commit comments