Skip to content

Commit ed2cc2f

Browse files
committed
update validateTestAssets link
1 parent d578c2e commit ed2cc2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ describe("Function Tests", () => {
128128
- [`loadFixture`](./src/methods/load-fixture.ts) - Load a fixture file from the specified path
129129
- [`loadSchema`](./src/methods/load-schema.ts) - Load a GraphQL schema from a file
130130
- [`loadInputQuery`](./src/methods/load-input-query.ts) - Load and parse a GraphQL input query
131-
- [`validateTestAssets`](./src/methods/validate-fixture.ts) - Validate test assets including input query, fixture input/output, and query-fixture match
131+
- [`validateTestAssets`](./src/methods/validate-test-assets.ts) - Validate test assets including input query, fixture input/output, and query-fixture match
132132
- [`buildFunction`](./src/methods/build-function.ts) - Build a Shopify function using the Shopify CLI
133133
- [`runFunction`](./src/methods/run-function.ts) - Run a Shopify function using the Shopify CLI
134134

0 commit comments

Comments
 (0)