Skip to content

Commit 8534acc

Browse files
author
Daniele Briggi
committed
chore: test
1 parent ace81d6 commit 8534acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utilities.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ describe('parseconnectionstring', () => {
5757
expect(config4).toEqual({
5858
host: 'host',
5959
apikey: 'yyy',
60-
maxrows: '42' // only parsing here, validation is later in validateConfiguration
60+
maxrows: 42 // only parsing here, validation is later in validateConfiguration
6161
})
6262
})
6363

0 commit comments

Comments
 (0)