diff --git a/src/battle_asserts/issues/jackpot.clj b/src/battle_asserts/issues/jackpot.clj index c3b5db9c..80c8ef87 100644 --- a/src/battle_asserts/issues/jackpot.clj +++ b/src/battle_asserts/issues/jackpot.clj @@ -4,7 +4,7 @@ (def level :elementary) -(def tags ["strings"]) +(def tags ["strings" "games"]) (def description {:en "Create a function that takes in an array (slot machine outcome) and returns true if all elements in the array are identical, and false otherwise. The array will contain 3 elements."