Skip to content

Commit 410b33c

Browse files
nomevasnomenas
andauthored
chore: remove unused arguments in example app (#255)
Co-authored-by: Naum Puroski <[email protected]>
1 parent e55fbe5 commit 410b33c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cucumber_cpp/example/steps/Steps.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ THEN(R"(I should have ([0-9]+) cucumbers left)", (std::uint32_t num))
5050
ASSERT_THAT(actual, testing::Eq(num));
5151
}
5252

53-
STEP(R"(a data table with a single cell)", (int i, double d))
53+
STEP(R"(a data table with a single cell)")
5454
{
5555
/* no body, example only */
5656
}

0 commit comments

Comments
 (0)