Skip to content

Commit

Permalink
test why key not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Oct 17, 2024
1 parent 72b3a2f commit 6ed5ea1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/tickets/LDEV3116.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ component extends="org.lucee.cfml.test.LuceeTestCase" labels="thread" {
thread.testing = 'blah';
}
thread action="join" name="test_without";
systemOutput(cfthread.test_without,1,1);
expect( cfthread.test_without ).notToHaveKey( "error", cfthread.test_without.error.stacktrace?: '???' );
expect( cfthread.test_without.testing ).toBe( "blah" );
} );
Expand Down

0 comments on commit 6ed5ea1

Please sign in to comment.