Skip to content

Commit 068ee69

Browse files
authored
fix wedding woes 2 chatty people test
Hi, I found the same problem explained here: https://forum.exercism.org/t/wedding-woes-small-bug-in-the-tests/17113 and wrote this small PR to fix it. Cheers!
1 parent 7ad1ab8 commit 068ee69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/wedding-woes/wedding_woes_tests.plt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pending :-
3131
pairing(malena, esteban).
3232

3333
test(two_chatty_people_make_a_good_pairing, condition(pending)) :-
34-
pairing(gustavo, jaime).
34+
pairing(gustavo, valeria).
3535

3636
test(one_chatty_person_make_a_good_pairing_with_anyone, condition(pending)) :-
3737
pairing(valeria, jaime).

0 commit comments

Comments
 (0)