Skip to content

Commit

Permalink
Set the org id on instantiation for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wwelling committed Aug 10, 2023
1 parent be39bcc commit 5302c0a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public Theme(String name, String organization, String organizationId) {
this();
setName(name);
this.organization = organization;
this.organizationId = organizationId;
}

public String getOrganization() {
Expand Down

0 comments on commit 5302c0a

Please sign in to comment.