Skip to content

Commit

Permalink
Updated test #256
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Jul 12, 2024
1 parent db8cf33 commit 7490d64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/js/spec/DataModelItemSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ describe("DataModelItem Spec", function () {
deferred.resolve(objectConstraints).then(function() {
expect(dataItem.constraints.label()).toEqual('label 2')
expect(dataItem.constraints.label('3')).toEqual('label 3')
expect(dataItem.constraints.label("does not exist")).toEqual('');

done();
});
Expand Down

0 comments on commit 7490d64

Please sign in to comment.