Skip to content

Commit

Permalink
单测fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lvyahui8 committed Jan 6, 2024
1 parent dda5fd4 commit 6348a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ellyn_common/utils/shell_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ import (

func TestShellUtils_Exec(t *testing.T) {
output := Shell.Exec(OS.GetWorkDir(), "echo", "1")
require.Equal(t, "1", output)
require.Equal(t, "1\n", output)
}

0 comments on commit 6348a27

Please sign in to comment.