Skip to content

Commit 8ae6266

Browse files
committed
Fix test cases still using "supported
1 parent 15e4803 commit 8ae6266

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

aikido_zen/thread/thread_cache_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@ def test_renew_called_with_correct_args(mock_get_comms, thread_cache: ThreadCach
263263
"cleared": True,
264264
"name": "test-package-1",
265265
"requiredAt": -1,
266-
"supported": None,
267266
"version": "4.3.0",
268267
}
269268
assert PackagesStore.export() == []
@@ -330,7 +329,6 @@ def test_renew_called_with_correct_args(mock_get_comms, thread_cache: ThreadCach
330329
"name": "test-package-1",
331330
"version": "4.3.0",
332331
"requiredAt": -1,
333-
"supported": None,
334332
"cleared": False,
335333
}
336334
],

0 commit comments

Comments
 (0)