Skip to content

Commit 9c5560a

Browse files
committed
Remove stray break
D'oh!
1 parent e8e232c commit 9c5560a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/UnitTest/SourceControl/Git/AddRemove.cls

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ Method TestInit()
88
new %SourceControl
99
do ##class(%Studio.SourceControl.Interface).SourceControlCreate()
1010
set sc = %SourceControl.UserAction(0,"%SourceMenu,Init","","",.action,.target,.msg,.reload)
11-
zw sc
12-
break
1311
do $$$AssertStatusOK(sc)
1412
}
1513

0 commit comments

Comments
 (0)