Skip to content

Commit

Permalink
Fix bug in DG
Browse files Browse the repository at this point in the history
  • Loading branch information
Bearypop committed Nov 13, 2023
1 parent ff0fff6 commit a200c33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -886,10 +886,10 @@ to check out more ways to test the app.

3. Deleting a group

1. Test case: `delete gr/1`.<br>
1. Test case: `deleteGroup gr/1`.<br>
Expected: Group with above group number deleted from the group list.

2. Test case: `delete 0`.<br>
2. Test case: `deleteGroup 0`.<br>
Expected: No group is deleted. Error details shown in the status message.

4. Joining a group
Expand Down

0 comments on commit a200c33

Please sign in to comment.