From 3fe0f99d2822774319c6a9c1c6e99f82c11e3391 Mon Sep 17 00:00:00 2001 From: Ajay Kumar S Date: Fri, 19 Jul 2019 22:40:55 +0530 Subject: [PATCH] Update FizzBuzz.feature --- src/test/resources/FizzBuzz.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/resources/FizzBuzz.feature b/src/test/resources/FizzBuzz.feature index 4020ddc..59cdbd9 100644 --- a/src/test/resources/FizzBuzz.feature +++ b/src/test/resources/FizzBuzz.feature @@ -7,10 +7,10 @@ Feature: FizzBuzz Game play Scenario: Play FizzBuzz to get Buzz Given Create a FizzBuzz game play - When I play with number 4 + When I play with number 5 Then The result is "Buzz" Scenario: Play FizzBuzz to get FizzBuzz Given Create a FizzBuzz game play When I play with number 15 - Then The result is "FizzBuzz" \ No newline at end of file + Then The result is "FizzBuzz"