Skip to content
2 changes: 1 addition & 1 deletion spec/PostgresInitOptions.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ describe('Postgres database init options', () => {
databaseOptions: databaseOptions2
})
}).catch(error => {
expect(error.code).toEqual('3F000');
expect(error.code).toEqual('42P01');
done();
});
});
Expand Down