Skip to content

Commit 1cb4157

Browse files
committed
Fix lint error
1 parent 3130e62 commit 1cb4157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qgis-app/plugins/tests/test_plugin_version_feedback.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def test_approved_plugin_should_not_show_in_feedback_received_list(self):
262262
list(response.context['object_list']),
263263
[]
264264
)
265-
265+
266266
def test_plugin_with_older_approved_version_shows_in_feedback_received_list(self):
267267
"""Plugin should appear if its latest version is unapproved, even if an older one is approved."""
268268
self.version_1.approved = True

0 commit comments

Comments
 (0)