Skip to content

Commit

Permalink
fix testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
jack.jin committed Feb 7, 2023
1 parent 588cd92 commit bebf9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion altsrc/yaml_file_loader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func TestYamlFileInt64Slice(t *testing.T) {

test := []string{"testApp", "--conf", "current.yaml"}
if err := app.Run(test); err == nil {
t.Error("should return the mismatch type error")
t.Error("should return the mismatch error")
}
}

Expand Down

0 comments on commit bebf9b7

Please sign in to comment.