MCPcopy
hub / github.com/go-chi/chi / assertEqual

Function assertEqual

middleware/middleware_test.go:149–154  ·  view source on GitHub ↗
(t *testing.T, a, b interface{})

Source from the content-addressed store, hash-verified

147}
148
149func assertEqual(t *testing.T, a, b interface{}) {
150 t.Helper()
151 if !reflect.DeepEqual(a, b) {
152 t.Fatalf("expecting values to be equal but got: '%v' and '%v'", a, b)
153 }
154}

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…