Skip to content

Commit 26f87fe

Browse files
committed
fix test
1 parent fae76be commit 26f87fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/lib/server/externalServicesSynchronization/monalisa/MonAlisaSynchronizer.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ module.exports = () => {
6262

6363
// Expect correct amount of data
6464
expect(dataPassesDB).to.be.an('array');
65-
expect(dataPassesDB).to.be.lengthOf(11);
65+
expect(dataPassesDB).to.be.lengthOf(13);
6666

6767
// All expected data passes names present
6868
const expectedNames = expectedDataPassesVersions.map(({ name }) => name);

0 commit comments

Comments
 (0)