Skip to content

Commit

Permalink
Apiv2 merge (#133)
Browse files Browse the repository at this point in the history
* Run unittests for all PRs, not only the ones to main (#131)

* Update AsyncExternalStorage.py

---------

Co-authored-by: rsarm <[email protected]>
  • Loading branch information
ekouts and rsarm authored Oct 21, 2024
1 parent 4177e10 commit e4e0c15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
unittest:
Expand Down
2 changes: 1 addition & 1 deletion firecrest/AsyncExternalStorage.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e4e0c15

Please sign in to comment.