Skip to content

Commit ec9f668

Browse files
committed
Testing the integration tests
1 parent 2c89413 commit ec9f668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/test/integration/test/server/autoWrappedServerComponent.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ describe('Loading the throwing server component', () => {
1919
values: [
2020
{
2121
type: 'Error',
22-
value: 'I am an Error thrown inside a server component',
22+
value: 'I am an Error thrown inside a server componnt',
2323
},
2424
],
2525
},

0 commit comments

Comments
 (0)