Skip to content

Commit

Permalink
Update string_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
cuixq authored Dec 16, 2024
1 parent 33f87d1 commit 66e504f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/maven/string_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func TestString(t *testing.T) {
if err != nil {
t.Errorf("failed to unmarshal: %v", err)
}
if got.Str != "test" {
if got.Str != "abc" {
t.Fatalf("unmarshal string want: %s, got: %s", "test", got.Str)
}
}
Expand Down

0 comments on commit 66e504f

Please sign in to comment.