Skip to content

Commit 29268c3

Browse files
author
Charles Larivier
committed
focs: replace PermissionMembership with Metric in MetricTests
1 parent 89d9576 commit 29268c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/resources/test_metric.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def tearDown(self) -> None:
1111
metric.archive()
1212

1313
def test_list(self):
14-
"""Ensure PermissionMembership.list returns a list of PermissionMembership instances."""
14+
"""Ensure Metric.list returns a list of Metric instances."""
1515
# fixture
1616
_ = Metric.create(
1717
name="My Metric",

0 commit comments

Comments
 (0)