Skip to content

Commit 8c80268

Browse files
authored
chore: fix package file test naming
1 parent b9d469b commit 8c80268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/tests/objects/test_packages.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def test_delete_project_package(project, resp_delete_package):
179179
package.delete()
180180

181181

182-
def test_list_project_packages(project, resp_list_package_files):
182+
def test_list_project_package_files(project, resp_list_package_files):
183183
package = project.packages.get(1, lazy=True)
184184
package_files = package.package_files.list()
185185
assert isinstance(package_files, list)

0 commit comments

Comments
 (0)