diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 7e01d23..80f9b51 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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 diff --git a/tests/test_oracle.py b/tests/test_oracle.py index dd4ad38..75d92bd 100644 --- a/tests/test_oracle.py +++ b/tests/test_oracle.py @@ -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()