Skip to content

Commit

Permalink
chore: Fix CI Digest
Browse files Browse the repository at this point in the history
  • Loading branch information
tssweeney authored Jul 16, 2024
1 parent 275f205 commit 16ce0cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions weave/tests/test_op_decorator_behaviour.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def test_sync_method_call(client, weave_obj, py_obj):
entity="shawn",
project="test-project",
name="A",
digest="txP2kkNMtpp5wRXBFntIgw5NbDX5CvAPkcM610HHbmc",
digest="nCFXG0JUooNi5QBQGsOPNhmNVRr8ueUKvEUDQ2TeSoc",
extra=(),
),
"a": 1,
Expand Down Expand Up @@ -162,7 +162,7 @@ async def test_async_method_call(client, weave_obj, py_obj):
entity="shawn",
project="test-project",
name="A",
digest="txP2kkNMtpp5wRXBFntIgw5NbDX5CvAPkcM610HHbmc",
digest="nCFXG0JUooNi5QBQGsOPNhmNVRr8ueUKvEUDQ2TeSoc",
extra=(),
),
"a": 1,
Expand Down

0 comments on commit 16ce0cf

Please sign in to comment.