Skip to content

Commit c8d7d3a

Browse files
committed
test: update room feature to use room number 203 in scenarios
1 parent 6087ec6 commit c8d7d3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/resources/org/soujava/demos/mongodb/room.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Feature: Manage hotel rooms
22

33
Scenario: Register a new room
44
Given the hotel management system is operational
5-
When I register a room with number 101
6-
Then the room with number 101 should appear in the room list
5+
When I register a room with number 203
6+
Then the room with number 203 should appear in the room list
77

88
Scenario: Register multiple rooms
99
Given the hotel management system is operational

0 commit comments

Comments
 (0)