Skip to content

Commit 739ada6

Browse files
committed
Clean up
1 parent 591d10d commit 739ada6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/presets/client/tests/client-preset.nullability.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const document = /* GraphQL */ `
6161
}
6262
`;
6363

64-
describe('TypeScript Operations Plugin - nullability', () => {
64+
describe('client-preset - nullability', () => {
6565
it('converts semanticNonNull to non-null when nullability.errorHandlingClient=true', async () => {
6666
const result = await executeCodegen({
6767
schema,

0 commit comments

Comments
 (0)