Skip to content

Commit a3abce0

Browse files
committed
fix: test
1 parent 997a4fb commit a3abce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/datasets/DatasetsRepository.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ describe('DatasetsRepository', () => {
545545
)
546546

547547
expect(typeof citation.content).toBe('string')
548-
expect(citation.contentType).toMatch('text/xml;charset=UTF-8')
548+
expect(citation.contentType).toMatch(/text\/xml/)
549549
})
550550

551551
test('should return citation in Internal format', async () => {

0 commit comments

Comments
 (0)