Skip to content

Commit 4e5e09b

Browse files
committed
fixed test
1 parent f266f16 commit 4e5e09b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_split_provider.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,4 +575,5 @@ async def test_sdk_not_ready(self):
575575
await provider.create()
576576
details = await provider.resolve_boolean_details_async(self.flag_name, False, self.eval_context)
577577
assert details.error_code == ErrorCode.PROVIDER_NOT_READY
578-
assert details.value == False
578+
assert details.value == False
579+
await provider._split_client_wrapper._factory.destroy()

0 commit comments

Comments
 (0)