Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

Commit 4b527bc

Browse files
committed
fix(test): bad git conflict fix incorrectly resolved snapshot
1 parent 20f9964 commit 4b527bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/graphqlgen/src/tests/typescript/__snapshots__/basic.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@ exports[`context 1`] = `
975975
"// Code generated by github.com/prisma/graphqlgen, DO NOT EDIT.
976976
977977
import { GraphQLResolveInfo } from \\"graphql\\";
978-
import { User, Context } from \\"../../../fixtures/context/types\\";
978+
import { User, Context } from \\"../../fixtures/context/types\\";
979979
980980
export namespace QueryResolvers {
981981
export const defaultResolvers = {};

0 commit comments

Comments
 (0)