MCPcopy Create free account
hub / github.com/egonelbre/exp / assertTrue

Function assertTrue

lockset/table_test.go:53–58  ·  view source on GitHub ↗
(t *testing.T, v bool)

Source from the content-addressed store, hash-verified

51}
52
53func assertTrue(t *testing.T, v bool) {
54 t.Helper()
55 if v != true {
56 t.Fatal("expected true")
57 }
58}

Callers 1

TestTableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected