Skip to content

Commit 9307526

Browse files
committed
Fix test typos
Signed-off-by: Guyzmo <[email protected]>
1 parent d5d00c3 commit 9307526

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

tests/integration/test_gerrit.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ def test_04_fetch_patchset__full(self):
5858
remote_ref='refs/changes/08/391808/2',
5959
local_ref='requests/gerrithub/391808')
6060

61-
def test_05_fetch_patchet__change_id(self):
61+
def test_05_fetch_patchset__change_id(self):
6262
self.action_request_fetch(namespace='TestUser',
6363
repository='DemoRepository',
6464
request='I873f1207d6',
6565
remote_ref='refs/changes/89/392089/2',
6666
local_ref='requests/gerrithub/392089')
6767

68-
def test_06_list_patchets(self):
68+
def test_06_list_patchsets(self):
6969
self.action_request_list(
7070
namespace='TestUser',
7171
repository='DemoRepository',

0 commit comments

Comments
 (0)