Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit c2b4a56

Browse files
committed
fix test
1 parent 62b06b4 commit c2b4a56

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/appender/__tests__/appender.wrapper.spec.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,24 @@ describe('AppenderWrapper', () => {
1515
filters: [{
1616
filter: 'Marker',
1717
config: {
18-
onMismatch: LogFilterAction.DENY,
19-
onMatch: LogFilterAction.NEUTRAL,
2018
marker: 'sql'
21-
}
19+
},
20+
onMismatch: LogFilterAction.DENY,
21+
onMatch: LogFilterAction.NEUTRAL
2222
}, {
2323
filter: 'Marker',
2424
config: {
25-
onMismatch: LogFilterAction.NEUTRAL,
26-
onMatch: LogFilterAction.DENY,
2725
marker: 'update'
28-
}
26+
},
27+
onMismatch: LogFilterAction.NEUTRAL,
28+
onMatch: LogFilterAction.DENY
2929
}, {
3030
filter: 'Marker',
3131
config: {
32-
onMismatch: LogFilterAction.NEUTRAL,
33-
onMatch: LogFilterAction.ALLOW,
3432
marker: 'save'
35-
}
33+
},
34+
onMismatch: LogFilterAction.NEUTRAL,
35+
onMatch: LogFilterAction.ALLOW
3636
}]
3737
});
3838

0 commit comments

Comments
 (0)