From d25cf043232dda3eed741cdb30fbbab00390c9fb Mon Sep 17 00:00:00 2001 From: Schlagonia Date: Tue, 5 Mar 2024 21:57:44 -0700 Subject: [PATCH] fix: lint --- .github/workflows/test.yaml | 2 +- tests/test_oracle.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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()