Browse Source

test(greatest-of-all): remove unnecessart input in one test

pull/1914/head
Michele Sessa 1 year ago committed by Michele
parent
commit
fe8240bd70
  1. 2
      sh/tests/greatest-of-all_test.sh

2
sh/tests/greatest-of-all_test.sh

@ -14,7 +14,7 @@ challenge() {
fi
}
challenge "0\n3\n2\n5\n7\n1\n4\n9\n8\n6\n10"
challenge "0\n3\n2\n5\n7\n1\n4\n9\n8\n6\n"
challenge "26\n85\n21\n94\n68\n60\n99\n31\n10\n98\n"

Loading…
Cancel
Save