Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
vsgoulart committed Aug 23, 2024
1 parent 50da132 commit 876cbe0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ describe('GeneralGroup', function () {

// then
expect(editFieldSpy).to.have.been.calledOnce;
expect(field.id).to.equal('newVal');
expect(field.versionTag).to.equal('newVal');
});
});

Expand Down

0 comments on commit 876cbe0

Please sign in to comment.