Skip to content

Commit

Permalink
#0 - fix for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
petmongrels committed Sep 19, 2024
1 parent ef02aeb commit 79d14ca
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ class TestStandardReportCardTypeFactory {
const standardReportCardType = new StandardReportCardType();
standardReportCardType.uuid = uuid;
standardReportCardType.name = name;
standardReportCardType.type = name;
return standardReportCardType;
}
}
Expand Down

0 comments on commit 79d14ca

Please sign in to comment.