You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: messages.go
+3-8
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,12 @@
1
1
package assertions
2
2
3
3
const (
4
-
shouldHaveBeenEqual="Expected: '%v'\nActual: '%v'\n(Should be equal)"
5
-
shouldHaveBeenEqualNoResemblance="Both the actual and expected values render equally ('%s') and their types are the same. Try using ShouldResemble instead."
6
-
shouldNotHaveBeenEqual="Expected '%v'\nto NOT equal '%v'\n(but it did)!"
7
-
shouldHaveBeenEqualTypeMismatch="Expected: '%v' (%T)\nActual: '%v' (%T)\n(Should be equal, type mismatch)"
8
-
9
4
shouldHaveBeenAlmostEqual="Expected '%v' to almost equal '%v' (but it didn't)!"
10
5
shouldHaveNotBeenAlmostEqual="Expected '%v' to NOT almost equal '%v' (but it did)!"
0 commit comments