From f94d548eb5ea2db036a7689ca5dfaeac24da0e06 Mon Sep 17 00:00:00 2001 From: Omar Rizwan Date: Mon, 27 Feb 2023 06:42:09 -0500 Subject: Fix claimizing with join reactions; basic test works now --- test/joins.tcl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/joins.tcl b/test/joins.tcl index f18b8832..d408853d 100644 --- a/test/joins.tcl +++ b/test/joins.tcl @@ -30,6 +30,8 @@ Assert Ash is a person Assert Ash lives in "Pallet Town" Step -assert {$::foundOmar eq "New York" && +assert { + $::foundOmar eq "New York" && $::foundElmo eq "Sesame Street" && - $::foundAsh eq "Pallet Town"} + $::foundAsh eq "Pallet Town" +} -- cgit v1.2.3