Skip to content

Commit da830c2

Browse files
Zih0Lms24
authored andcommitted
lint
1 parent 4c8edd4 commit da830c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/core/test/lib/serverruntimeclient.test.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ describe('ServerRuntimeClient', () => {
172172
[
173173
expect.any(Object),
174174
expect.objectContaining({
175-
level: 'error'
176-
})
175+
level: 'error',
176+
}),
177177
],
178178
],
179179
]);
@@ -197,8 +197,8 @@ describe('ServerRuntimeClient', () => {
197197
[
198198
expect.any(Object),
199199
expect.objectContaining({
200-
level: 'info'
201-
})
200+
level: 'info',
201+
}),
202202
],
203203
],
204204
]);

0 commit comments

Comments
 (0)