Skip to content

Commit ab3e808

Browse files
author
Daniele Briggi
committed
chore: test
1 parent 7c0723c commit ab3e808

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)