Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cyningsun committed Dec 26, 2024
1 parent 064fd9e commit 5b04f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/reader/sync_standalone_reader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func Test_syncStandaloneReader_Status(t *testing.T) {

want, err := json.Marshal(tt.want)
if err != nil {
log.Warnf("marshal status failed, err=[%v]", err)
log.Warnf("marshal want failed, err=[%v]", err)
return
}

Expand Down

0 comments on commit 5b04f04

Please sign in to comment.