Stubbed missing tests
This commit is contained in:
@ -84,6 +84,7 @@ func testCursor[C cursor.Cursor[byte]](t *testing.T, makeCursor func([]byte) C)
|
||||
test.NoError(t, err)
|
||||
test.EqOp(t, data[pos], dst[0])
|
||||
}))
|
||||
t.Run("Pos", Todo)
|
||||
}
|
||||
|
||||
func TestSliceCursor(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user