Fixed incorrect logging
This commit is contained in:
parent
d365caf5a9
commit
b73c6e6f90
2 changed files with 5 additions and 5 deletions
4
Equal.go
4
Equal.go
|
@ -11,7 +11,7 @@ func Equal[T comparable](t testing.TB, a T, b T) {
|
|||
return
|
||||
}
|
||||
|
||||
t.Errorf(`Equal:
|
||||
t.Errorf(`
|
||||
file: %s
|
||||
assert: Equal
|
||||
value: %v
|
||||
|
@ -25,7 +25,7 @@ func NotEqual[T comparable](t testing.TB, a T, b T) {
|
|||
return
|
||||
}
|
||||
|
||||
t.Errorf(`NotEqual:
|
||||
t.Errorf(`
|
||||
file: %s
|
||||
assert: NotEqual
|
||||
value: %v`, file(t), a)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue