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

Function assertEqual

extra/redisotel/tracing_test.go:664–669  ·  view source on GitHub ↗
(t *testing.T, expected, actual interface{})

Source from the content-addressed store, hash-verified

662}
663
664func assertEqual(t *testing.T, expected, actual interface{}) {
665 t.Helper()
666 if expected != actual {
667 t.Fatalf("expected %v, got %v", expected, actual)
668 }
669}
670
671func assertAttributeContains(t *testing.T, attrs []attribute.KeyValue, attr attribute.KeyValue) {
672 t.Helper()

Calls

no outgoing calls

Tested by

no test coverage detected