@@ -291,7 +291,7 @@ import { handleExampleEvent } from "../src/contract"
291291import { createExampleEventEvent } from "./contract-utils"
292292
293293// Tests structure (matchstick-as >=0.5.0)
294- // https://thegraph.com/docs/en/developer/matchstick/ #tests-structure-0-5-0
294+ // https://thegraph.com/docs/en/subgraphs/developing/creating/unit-testing-framework/ #tests-structure
295295
296296describe("Describe entity assertions", () => {
297297 beforeAll (() => {
@@ -310,7 +310,7 @@ describe("Describe entity assertions", () => {
310310 })
311311
312312 // For more test scenarios, see:
313- // https://thegraph.com/docs/en/developer/matchstick /#write-a-unit-test
313+ // https://thegraph.com/docs/en/subgraphs/developing/creating/unit-testing-framework /#write-a-unit-test
314314
315315 test (" ExampleEvent created and stored" , () => {
316316 assert .entityCount (" ExampleEvent" , 1 )
@@ -348,7 +348,7 @@ describe("Describe entity assertions", () => {
348348 )
349349
350350 // More assert options:
351- // https://thegraph.com/docs/en/developer/matchstick /#asserts
351+ // https://thegraph.com/docs/en/subgraphs/developing/creating/unit-testing-framework /#asserts
352352 })
353353} )
354354"
@@ -458,7 +458,7 @@ import { handleExampleEvent } from "../src/contract"
458458import { createExampleEventEvent } from "./contract-utils"
459459
460460// Tests structure (matchstick-as >=0.5.0)
461- // https://thegraph.com/docs/en/developer/matchstick/ #tests-structure-0-5-0
461+ // https://thegraph.com/docs/en/subgraphs/developing/creating/unit-testing-framework/ #tests-structure
462462
463463describe("Describe entity assertions", () => {
464464 beforeAll (() => {
@@ -477,7 +477,7 @@ describe("Describe entity assertions", () => {
477477 })
478478
479479 // For more test scenarios, see:
480- // https://thegraph.com/docs/en/developer/matchstick /#write-a-unit-test
480+ // https://thegraph.com/docs/en/subgraphs/developing/creating/unit-testing-framework /#write-a-unit-test
481481
482482 test (" ExampleEvent created and stored" , () => {
483483 assert .entityCount (" ExampleEvent" , 1 )
@@ -515,7 +515,7 @@ describe("Describe entity assertions", () => {
515515 )
516516
517517 // More assert options:
518- // https://thegraph.com/docs/en/developer/matchstick /#asserts
518+ // https://thegraph.com/docs/en/subgraphs/developing/creating/unit-testing-framework /#asserts
519519 })
520520} )
521521"
0 commit comments