We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a46432 commit 9430828Copy full SHA for 9430828
1 file changed
cmd/state-svc/test/integration/svc_int_test.go
@@ -191,7 +191,7 @@ func (suite *SvcIntegrationTestSuite) TestSingleSvc() {
191
// fail with a non-zero exit code because there is no service to stop, and this will cause a
192
// timeout error in ts.Close().
193
// In order to prevent this, change ts.SvcExe to something that doesn't exist.
194
- if newCount < oldCount+1 {
+ if newCount < oldCount {
195
ts.SvcExe = "does-not-exist"
196
}
197
0 commit comments