We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a291291 commit ed41936Copy full SHA for ed41936
src/test_metrics.py
@@ -185,7 +185,7 @@ def test_collect_yields_correct_metrics(self):
185
def test_collect_number_of_yields(self):
186
"""Tests that the collect method yields the expected number of values"""
187
results = self.prom_collector.collect()
188
- self.assertEqual(9, len(list(results)))
+ self.assertEqual(10, len(list(results)))
189
190
def test_get_thread_count(self):
191
"""Tests get thread count returns the expected number of threads
0 commit comments