TEST_END
TEST "Submit from bob succeeds"
-result=$(empathy_answer $bob $prompt_id '"surfers", "sands", "sunlight", "towels"')
+result=$(empathy_answer $bob $prompt_id '"sand", "sands", "sunlight", "towels"')
test "$result" = '{"valid":true}'
TEST_END
TEST "Received all unique words"
# echo here is to strip newlines
result=$(echo $(empathy_ambiguities $alice))
-test "$result" = '"sun" "sand" "water" "people" "surfers" "sands" "sunlight" "towels" "sunshine" "grains of sand" "wafer"'
+test "$result" = '"sun" "sand" "water" "people" "sands" "sunlight" "towels" "sunshine" "grains of sand" "wafer"'
TEST_END
TEST "Submit word groups from alice"
TEST "Verify final scores as expected"
# echo here is to strip newlines
result=$(echo $(empathy_scores $alice))
-test "$result" = '"charlie" 9 "alice" 8 "bob" 7'
+test "$result" = '"charlie" 9 "alice" 8 "bob" 6'
TEST_END
TEST_REPORT