mirror of
				https://github.com/inf112-v20/Fiasko.git
				synced 2025-11-03 19:23:45 +01:00 
			
		
		
		
	Bytter != med .equals i testShuffle()
This commit is contained in:
		@@ -93,7 +93,7 @@ public class ProgrammingCardDeckTest {
 | 
			
		||||
        for (int i = 0; i < 10; i++) {
 | 
			
		||||
            testDeck.shuffle();
 | 
			
		||||
            List<ProgrammingCard> afterShuffle = testDeck.getCards();
 | 
			
		||||
            if (beforeShuffle != afterShuffle) {
 | 
			
		||||
            if (!beforeShuffle.equals(afterShuffle)) {
 | 
			
		||||
                return;
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user