Skip to content

Commit 9430828

Browse files
committed
Change conditional.
1 parent 0a46432 commit 9430828

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/state-svc/test/integration/svc_int_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ func (suite *SvcIntegrationTestSuite) TestSingleSvc() {
191191
// fail with a non-zero exit code because there is no service to stop, and this will cause a
192192
// timeout error in ts.Close().
193193
// In order to prevent this, change ts.SvcExe to something that doesn't exist.
194-
if newCount < oldCount+1 {
194+
if newCount < oldCount {
195195
ts.SvcExe = "does-not-exist"
196196
}
197197
}

0 commit comments

Comments
 (0)