Skip to content

Commit 3578534

Browse files
changed 'outputted' to 'output'
1 parent 3fbe79b commit 3578534

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
@@ -857,7 +857,7 @@ gravatar.save()
857857
assert.fieldEquals('Gravatar', 'gravatarId0', 'id', 'gravatarId0')
858858
```
859859

860-
Running the assert.fieldEquals() function will check for equality of the given field against the given expected value. The test will fail and an error message will be outputted if the values are **NOT** equal. Otherwise the test will pass successfully.
860+
Running the assert.fieldEquals() function will check for equality of the given field against the given expected value. The test will fail and an error message will be output if the values are **NOT** equal. Otherwise the test will pass successfully.
861861

862862
### Interacting with Event metadata
863863

0 commit comments

Comments
 (0)