Skip to content

Commit ed41936

Browse files
committed
fix tests
1 parent a291291 commit ed41936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test_metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def test_collect_yields_correct_metrics(self):
185185
def test_collect_number_of_yields(self):
186186
"""Tests that the collect method yields the expected number of values"""
187187
results = self.prom_collector.collect()
188-
self.assertEqual(9, len(list(results)))
188+
self.assertEqual(10, len(list(results)))
189189

190190
def test_get_thread_count(self):
191191
"""Tests get thread count returns the expected number of threads

0 commit comments

Comments
 (0)