Skip to content

Commit 728b117

Browse files
formatting
1 parent b1090c9 commit 728b117

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/unit/release_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ def valide_result(args):
220220
if args == ("git", "remote", "show", "origin"):
221221
return "test\nHEAD branch: main\ntest"
222222
return ""
223+
223224
def simulate_fail(args, **kwargs):
224225
print("_______________")
225226
print(args)
@@ -234,4 +235,4 @@ def simulate_fail(args, **kwargs):
234235
with patch("subprocess.run", side_effect=simulate_fail):
235236
with pytest.raises(ReleaseError) as ex:
236237
_trigger_release()
237-
print(ex.value)
238+
print(ex.value)

0 commit comments

Comments
 (0)