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

Function expectNil

vectorset_commands_integration_test.go:14–16  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

12)
13
14func expectNil(err error) {
15 Expect(err).NotTo(HaveOccurred())
16}
17
18func expectTrue(t bool) {
19 expectEqual(t, true)

Calls

no outgoing calls

Tested by

no test coverage detected