Nick Satinover 6 years ago
parent
commit
a830807ce7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/test/java/io/zipcoder/casino/StudTest.java

+ 1
- 1
src/test/java/io/zipcoder/casino/StudTest.java View File

@@ -242,7 +242,7 @@ public class StudTest {
242 242
     public void payAnteTest(){
243 243
         stud.payAnte(players);
244 244
         //WHEN @Before
245
-        int expected = 10;
245
+        int expected = 0;
246 246
         //THEN
247 247
         int actual = players.get(0).getPlayer().getCurrentBalance();
248 248