-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The docs example script was not running in CCI due to a misconfigured test name in the ci configuration. On top of that, the test command for e2e tests had a passWithNoTests flag, so this failed silently. Also, there were no tests defined on the test file, as it was just a script and the describe block was missing. And last, the test was outdated, as it was calling a function with a wrong number of arguments and another function that no longer existed in the token contract. This PR fixes all of the above.
- Loading branch information
1 parent
0e0748c
commit ae5126a
Showing
3 changed files
with
37 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters