Skip to content

Commit

Permalink
Bump the group-dependencies group with 4 updates (#1511)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Collin Dutter <[email protected]>
  • Loading branch information
dependabot[bot] and collindutter authored Jan 6, 2025
1 parent 2d33f89 commit 66988aa
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 39 deletions.
76 changes: 38 additions & 38 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def test_save_artifact(self, driver):

assert response.value == "Successfully saved artifact at: mock_save_location"

def test_workir(self, driver):
def test_workdir(self, driver):
assert driver.workdir == "/"
driver.workdir = "/new"
assert driver.workdir == "/new"

0 comments on commit 66988aa

Please sign in to comment.