Skip to content

Commit 71f92e4

Browse files
Update tests/flytekit/unit/models/test_concurrency.py
Co-authored-by: Nary Yeh <60069744+machichima@users.noreply.github.com>
1 parent a0f6004 commit 71f92e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/flytekit/unit/models/test_concurrency.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def test_concurrency_limit_behavior():
1111
assert ConcurrencyLimitBehavior.enum_to_string(999) == "<UNKNOWN>"
1212

1313

14-
def test_concurrency_policy():
14+
def test_concurrency_policy_serialization():
1515
policy = ConcurrencyPolicy(max_concurrency=1, behavior=ConcurrencyLimitBehavior.SKIP)
1616

1717
assert policy.max_concurrency == 1

0 commit comments

Comments
 (0)