Skip to content

Commit 1cf8a4a

Browse files
committed
Attempt to fix test_commit_only and pass file before option
https://travis-ci.org/sdg-mit/gitless/jobs/213617137#L723
1 parent af92a04 commit 1cf8a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitless/tests/test_e2e.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def test_commit_relative(self):
181181
self.__assert_commit(self.TRACKED_FP, self.DIR_TRACKED_FP)
182182

183183
def test_commit_only(self):
184-
gl.commit(o=self.TRACKED_FP, m='msg')
184+
gl.commit(self.TRACKED_FP, '-m="msg"')
185185
self.__assert_commit(self.TRACKED_FP)
186186

187187
def test_commit_only_relative(self):

0 commit comments

Comments
 (0)