Skip to content

Commit 2a1c3c5

Browse files
committed
adjust tests
1 parent d63bee5 commit 2a1c3c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/remix/test/integration/test/server/loader.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ describe.each(['builtin', 'express'])('Remix API Loaders with adapter = %s', ada
4141
data: {
4242
function: useV2 ? 'remix.server' : 'loader',
4343
},
44-
handled: true,
44+
handled: false,
4545
type: 'instrument',
4646
},
4747
},
@@ -140,7 +140,7 @@ describe.each(['builtin', 'express'])('Remix API Loaders with adapter = %s', ada
140140
data: {
141141
function: useV2 ? 'remix.server' : 'loader',
142142
},
143-
handled: true,
143+
handled: false,
144144
type: 'instrument',
145145
},
146146
},

0 commit comments

Comments
 (0)