aboutsummaryrefslogtreecommitdiffstats
path: root/test/eu/equalparts/cardbase/containers/StandaloneCardContainerTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/eu/equalparts/cardbase/containers/StandaloneCardContainerTest.java')
-rw-r--r--test/eu/equalparts/cardbase/containers/StandaloneCardContainerTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/eu/equalparts/cardbase/containers/StandaloneCardContainerTest.java b/test/eu/equalparts/cardbase/containers/StandaloneCardContainerTest.java
index c420ee1..62f8dd7 100644
--- a/test/eu/equalparts/cardbase/containers/StandaloneCardContainerTest.java
+++ b/test/eu/equalparts/cardbase/containers/StandaloneCardContainerTest.java
@@ -68,7 +68,7 @@ public class StandaloneCardContainerTest {
exception.expect(NullPointerException.class);
uut.addCard(null, 0);
}
-
+
/***********************************************************************************
* Removing card tests, happy path
***********************************************************************************/