Skip to content

Commit

Permalink
Fix typos in test names
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx committed May 27, 2024
1 parent eb8e456 commit 5e11f14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def test_basic_post_request_metric_success(self):
if isinstance(point, NumberDataPoint):
self.assertEqual(point.value, 0)

def test_metric_uninstruemnt_app(self):
def test_metric_uninstrument_app(self):
self._client.get("/foobar")
self._instrumentor.uninstrument_app(self._app)
self._client.get("/foobar")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def test_basic_metric_success(self):
)
self.assertEqual(point.value, 0)

def test_metric_uninstruemnt(self):
def test_metric_uninstrument(self):
self.client.get("/hello/756")
PyramidInstrumentor().uninstrument()
self.config = Configurator()
Expand Down

0 comments on commit 5e11f14

Please sign in to comment.