Skip to content

Commit

Permalink
updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerzupan committed Nov 22, 2024
1 parent e3bd481 commit 42adc46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_remote_no_prefect.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def test_remote_local_override():
),
)

@remote(resource=gcp_resource, no_resource_on_local=True)
@remote(resource=gcp_resource, remote_resource_on_local=False)
def multiply(a: int, b: int) -> int:
return a * b

Expand Down

0 comments on commit 42adc46

Please sign in to comment.