From e4e0c157657718ed27f48ea8d41a54f0c802d58b Mon Sep 17 00:00:00 2001 From: Eirini Koutsaniti Date: Mon, 21 Oct 2024 11:00:45 +0200 Subject: [PATCH] Apiv2 merge (#133) * Run unittests for all PRs, not only the ones to main (#131) * Update AsyncExternalStorage.py --------- Co-authored-by: rsarm --- .github/workflows/testing.yml | 1 - firecrest/AsyncExternalStorage.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 4bdc28b..3a2e651 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -4,7 +4,6 @@ on: push: branches: [ main ] pull_request: - branches: [ main ] jobs: unittest: diff --git a/firecrest/AsyncExternalStorage.py b/firecrest/AsyncExternalStorage.py index aa27c88..dd50a9b 100644 --- a/firecrest/AsyncExternalStorage.py +++ b/firecrest/AsyncExternalStorage.py @@ -52,7 +52,7 @@ def __init__( self._responses = previous_responses @property - def client(self) -> AsyncFirecrest: + def client(self) -> AsyncFirecrestv1: """Returns the client that will be used to get information for the task.""" return self._client