Skip to content

Commit

Permalink
Add simple eth put test (#141)
Browse files Browse the repository at this point in the history
* Add simple eth put test

* Improve exercise test syntax
  • Loading branch information
antoncoding authored Aug 9, 2020
1 parent 8cbbb90 commit fcdc8d7
Show file tree
Hide file tree
Showing 4 changed files with 375 additions and 443 deletions.
4 changes: 2 additions & 2 deletions .solhint.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"avoid-low-level-calls": "off",
"no-inline-assembly": "off",
"multiple-sends": "off",
"bracket-align": "off",
"no-complex-fallback": "off",
"compiler-version": ["error", "0.5.10"],
"max-states-count": "off",
"not-rely-on-time": "off",
"contract-name-camelcase": "off",
"no-empty-blocks": "off"
"no-empty-blocks": "off",
"reason-string": "off"
}
}
200 changes: 0 additions & 200 deletions test/eth-put.test.ts

This file was deleted.

Loading

0 comments on commit fcdc8d7

Please sign in to comment.