mirror of
https://github.com/Syngnat/GoNavi.git
synced 2026-06-30 09:41:25 +08:00
12
internal/db/batch_write_interface_highgo_test.go
Normal file
12
internal/db/batch_write_interface_highgo_test.go
Normal file
@@ -0,0 +1,12 @@
|
||||
//go:build gonavi_highgo_driver
|
||||
|
||||
package db
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestBatchWriteDriverCoverageHighGo(t *testing.T) {
|
||||
var driver BatchWriteExecer = (*HighGoDB)(nil)
|
||||
if driver == nil {
|
||||
t.Fatal("expected HighGoDB to implement BatchWriteExecer")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user