Skip to content

Commit 9547862

Browse files
'Let’s see how a simple unit test would look like' changed to: 'Let’s see what a simple unit test would look like'
1 parent a28e53c commit 9547862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/en/subgraphs/developing/creating/unit-testing-framework.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ assert.dataSourceExists(
565565

566566
## Write a Unit Test
567567

568-
Let's see how a simple unit test would look like using the Gravatar examples in the [Demo Subgraph](https://github.com/LimeChain/demo-subgraph/blob/main/src/gravity.ts).
568+
Let's see what a simple unit test would look like using the Gravatar examples in the [Demo Subgraph](https://github.com/LimeChain/demo-subgraph/blob/main/src/gravity.ts).
569569

570570
Assuming we have the following handler function (along with two helper functions to make our life easier):
571571

0 commit comments

Comments
 (0)