Browse Source

merged my brach with feat/dev branch

CHU1TA26 6 years ago
parent
commit
9e40e8d4b7
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      src/test/java/io/zipcoder/casino/TestPlayer.java

+ 5
- 0
src/test/java/io/zipcoder/casino/TestPlayer.java View File

@@ -6,6 +6,7 @@ import org.junit.Test;
6 6
 import java.security.PublicKey;
7 7
 
8 8
 public class TestPlayer {
9
+<<<<<<< HEAD
9 10
 
10 11
     @Test
11 12
     public void testGetBet() {
@@ -53,5 +54,9 @@ public class TestPlayer {
53 54
 
54 55
 
55 56
 
57
+=======
58
+   // @Test
59
+  //  public void
60
+>>>>>>> feat/Wallet_Player_BlackjackPlayer
56 61
 }
57 62