Skip to content

Commit

Permalink
Fixed the unit test failing due to the addition of the tag datasets c…
Browse files Browse the repository at this point in the history
…omponent
  • Loading branch information
SeriousHorncat committed Jul 7, 2023
1 parent b159d8c commit 8557578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/test/views/AnnotationView.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ describe('AnnotationView', () => {

it('renders text datasets according to configuration', () => {
const textDatasets = wrapper.findAllComponents(TextDataset);
expect(textDatasets.length).to.equal(13);
expect(textDatasets.length).to.equal(12);
});

// Enable this test when tag datasets are added to the configuration
Expand Down

0 comments on commit 8557578

Please sign in to comment.