aboutsummaryrefslogtreecommitdiffstats
path: root/todo
diff options
context:
space:
mode:
Diffstat (limited to 'todo')
-rw-r--r--todo3
1 files changed, 3 insertions, 0 deletions
diff --git a/todo b/todo
index 773f365..bdffd06 100644
--- a/todo
+++ b/todo
@@ -7,4 +7,7 @@
"Sorin Markov",
"Ugin's Construct",
+assertEquals("Wrong list size.", 1, testCards.size());
+assertEquals("Callow Jushi", testCards.get(0).name.get());
+
cat test/testcards.json | sed -e "s/,/,\n/g" | awk '/cmc/ { r = gensub(/.+?\":\"(.+?)\".+/, "\"\\1\",", "g"); print r }' \ No newline at end of file