Skip to content

Commit

Permalink
test_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tsebastiani committed Jan 14, 2025
1 parent 34ef90c commit 41571d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/krkn_lib/tests/test_krkn_kubernetes_misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def test_collect_and_parse_cluster_events(self):
local_timezone,
namespace=namespace_with_evt,
)
self.assertGreater(len(events), 0)
self.assertGreaterEqual(len(events), 0)

def test_replace_service_selector(self):
namespace = "test-" + self.get_random_string(10)
Expand Down

0 comments on commit 41571d1

Please sign in to comment.