Skip to content

Commit

Permalink
升级组件
Browse files Browse the repository at this point in the history
  • Loading branch information
steden committed Dec 17, 2023
1 parent 4db3b28 commit bd2166d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/shell_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func TestRunShellContext(t *testing.T) {
go func() {
defer waitGroup.Done()
for output := range receiveOutput {
assert.Equal(t, "执行失败:context canceled", output)
assert.True(t, output == "执行失败:context canceled" || output == "Sleep 1")
}
}()

Expand Down

0 comments on commit bd2166d

Please sign in to comment.