Skip to content

Commit 18bf1b7

Browse files
you're changed to your
1 parent 3578534 commit 18bf1b7

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
@@ -954,7 +954,7 @@ test('Blow everything up', () => {
954954
})
955955
```
956956

957-
Logging critical errors will stop the execution of the tests and blow everything up. After all - we want to make sure you're code doesn't have critical logs in deployment, and you should notice right away if that were to happen.
957+
Logging critical errors will stop the execution of the tests and blow everything up. After all - we want to make sure your code doesn't have critical logs in deployment, and you should notice right away if that were to happen.
958958

959959
### Testing derived fields
960960

0 commit comments

Comments
 (0)