You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.
uno.go has a method by the name of playCard. This particular method does not have any unit tests created for it.
Write a unit test that sets up the data in the database for an entire game.
Create the game
Add a player to the game
Start the game.
Grab one card from the player's hand, and submit it to playCard
Confirm that on calling playCard the player's hand is now missing that card.
Confirm the card is in the top of the discard pile in the game
The text was updated successfully, but these errors were encountered:
uno.go has a method by the name of
playCard
. This particular method does not have any unit tests created for it.Write a unit test that sets up the data in the database for an entire game.
Grab one card from the player's hand, and submit it to
playCard
Confirm that on calling
playCard
the player's hand is now missing that card.Confirm the card is in the top of the discard pile in the game
The text was updated successfully, but these errors were encountered: