MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / TestSelectRecord

Function TestSelectRecord

sqlchain/storageproof_test.go:105–109  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

103}
104
105func TestSelectRecord(t *testing.T) {
106 if strings.Compare(selectRecord(0), "hello world") != 0 {
107 t.Error("it should be hello world")
108 }
109}
110
111func TestCheckValid(t *testing.T) {
112 if !CheckValid(answers) {

Callers

nothing calls this directly

Calls 2

selectRecordFunction · 0.85
ErrorMethod · 0.80

Tested by

no test coverage detected