Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlagonia committed Mar 6, 2024
1 parent ad35e39 commit d25cf04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- uses: ApeWorX/github-action@v2
- uses: ApeWorX/github-action

- run: ape compile --size
- run: npm install hardhat
Expand Down
1 change: 1 addition & 0 deletions tests/test_oracle.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def check_oracle(oracle, strategy, user):
oracle.setterFunction(setterVariable, sender=management)
"""


def test__oracle(create_oracle, strategy, user):

oracle = create_oracle()
Expand Down

0 comments on commit d25cf04

Please sign in to comment.