From 47d6e565658662597e95fc136049613fc3678255 Mon Sep 17 00:00:00 2001 From: Artem Solomatin Date: Fri, 11 Oct 2024 01:34:38 +0300 Subject: [PATCH] Update jackpot.clj --- src/battle_asserts/issues/jackpot.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."