blob: 58deb2c9324cd21b40bc226bec74bd8d4870c4b8 [file] [log] [blame]
package memory
import (
"testing"
"go.skia.org/infra/task_scheduler/go/db"
)
// TestCommentBox checks that CommentBox correctly implements CommentDB.
func TestCommentBox(t *testing.T) {
db.TestCommentDB(t, NewCommentBox())
}