Skip to content

Commit

Permalink
Updated test for contractNames #2880
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Aug 23, 2024
1 parent 75aa7ca commit 1e2a12d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/js/spec/OrganisationSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ describe("OrganisationViewModel Spec", function () {
externalIds:[],
associatedOrgs:[],
documents:[], links:[],
businessNames:[]
businessNames:[],
contractNames:[]
};

var model = new OrganisationViewModel(organisation);
Expand Down

0 comments on commit 1e2a12d

Please sign in to comment.