mirror of
https://github.com/XTLS/Xray-core.git
synced 2024-11-14 12:43:18 +00:00
Test: Fix incorrect output format (#3968)
This commit is contained in:
parent
9fbb6fbb3b
commit
ccc4b7b2cf
|
@ -88,7 +88,7 @@ func Test_parseResponse(t *testing.T) {
|
|||
got.Expire = time.Time{}
|
||||
}
|
||||
if cmp.Diff(got, tt.want) != "" {
|
||||
t.Errorf(cmp.Diff(got, tt.want))
|
||||
t.Error(cmp.Diff(got, tt.want))
|
||||
// t.Errorf("handleResponse() = %#v, want %#v", got, tt.want)
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue