Skip to content

Commit

Permalink
fix: fix docs error (#635)
Browse files Browse the repository at this point in the history
## What ❔

fix docs error

## Why ❔

<!-- Why are these changes done? What goal do they contribute to? What
are the principles behind them? -->
<!-- Example: PR templates ensure PR reviewers, observers, and future
iterators are in context about the evolution of repos. -->

## Checklist

<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->

- [x] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [x] Tests for the changes have been added / updated.
- [x] Documentation comments have been added / updated.
- [x] Code has been formatted via `zk fmt` and `zk lint`.
- [x] Spellcheck has been run via `cargo spellcheck
--cfg=./spellcheck/era.cfg --code 1`.

---------

Co-authored-by: Igor Aleksanov <[email protected]>
Co-authored-by: Igor Borodin <[email protected]>
Co-authored-by: AnastasiiaVashchuk <[email protected]>
  • Loading branch information
4 people authored Dec 11, 2023
1 parent 28f5642 commit 883c128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tests/ts-integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ implemented, register them at [setup file](./src/jest-setup/add-matchers.ts) and
### Matcher modifiers

`toBeAccepted` and `toBeRejected` matchers accept modifiers. You can see one (`shouldChangeETHBalances`) above. There
are others (like `shouldChangeTokenBalances` or `shouldOnlyTakeFee`), and if needed you can create your onw ones.
are others (like `shouldChangeTokenBalances` or `shouldOnlyTakeFee`), and if needed you can create your own ones.

These modifiers would be applied to the transaction receipt, and you can implement any kind of custom logic there. To do
so, you just need to declare a class that inherits `MatcherModifier` class and implements the `check` method.
Expand Down

0 comments on commit 883c128

Please sign in to comment.