Skip to content

Commit ee313d1

Browse files
committed
test: correct failing test after detail added to config schema
1 parent 521d945 commit ee313d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/generated-config.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ describe('Generated Config (QuickType)', () => {
2323
],
2424
sink: [
2525
{
26-
type: 'memory',
26+
type: 'fs',
2727
enabled: true,
2828
},
2929
],

0 commit comments

Comments
 (0)