We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdb94b1 commit 27f266aCopy full SHA for 27f266a
test/runtests.jl
@@ -1,3 +1,3 @@
1
using Scryfall
2
using Test
3
-@test getOracle("Black lotus")=="{T}, Sacrifice Black Lotus: Add three mana of any one color."
+@test contains(getOracle("Black lotus"), "Add three mana of any one color.")
0 commit comments