Skip to content

Commit 98ee916

Browse files
authored
chore: clarify language
1 parent 8f84c97 commit 98ee916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_dependabot_file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ def test_build_dependabot_file_with_label(self):
571571
self.assertEqual(result, expected_result)
572572

573573
def test_build_dependabot_file_with_labels(self):
574-
"""Test that the dependabot.yml file is built correctly with labels set"""
574+
"""Test that the dependabot.yml file is built correctly with multiple labels set"""
575575
repo = MagicMock()
576576
filename_list = ["Gemfile", "Gemfile.lock"]
577577

0 commit comments

Comments
 (0)