Skip to content

Commit 6b89be3

Browse files
committed
Tweak
1 parent 72e6d18 commit 6b89be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/en/developer/matchstick.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export function runTests(): void {
9595
}
9696
```
9797

98-
That's a lot to unpack! First off, an important thing to notice is that we're importing things from `matchstick-as`, our AssemblyScript helper library (distributed as an npm module). You can find the repository [here](https://github.com/LimeChain/matchstick-as 'here'). `matchstick-as` provides us with useful testing methods and also defines the `test()` function which we will use to build our test blocks. The rest of it is pretty straightforward - here's what happens:
98+
That's a lot to unpack! First off, an important thing to notice is that we're importing things from `matchstick-as`, our AssemblyScript helper library (distributed as an npm module). You can find the repository [here](https://github.com/LimeChain/matchstick-as). `matchstick-as` provides us with useful testing methods and also defines the `test()` function which we will use to build our test blocks. The rest of it is pretty straightforward - here's what happens:
9999

100100
- We're setting up our initial state and adding one custom Gravatar entity;
101101
- We define two `NewGravatar` event objects along with their data, using the `createNewGravatarEvent()` function;

0 commit comments

Comments
 (0)