Skip to content

Commit

Permalink
temp trace
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Dec 18, 2023
1 parent cd7d11e commit 4b83bc7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/cases/TestFakeOrgRelationships.hx
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ class TestFakeOrgRelationships extends TestBase {
Assert.equals("/icons/orgs/shared_icon.png", worker.organizations[1].icon.path);
Assert.equals(4, worker.organizations[1].address.lines.length);
Assert.equals("27 Marge Avenue", worker.organizations[1].address.lines[0].text);
trace("----------------------------------------------");
trace(worker.organizations[1].address.lines);
trace("----------------------------------------------");
Assert.equals("Westville", worker.organizations[1].address.lines[1].text);
Assert.equals("Springfield", worker.organizations[1].address.lines[2].text);
Assert.equals("Oregon", worker.organizations[1].address.lines[3].text);
Expand Down

0 comments on commit 4b83bc7

Please sign in to comment.