replicator/replicator/map_test.go

10 lines
99 B
Go

package replicator
import (
"testing"
)
func TestMap(t *testing.T) {
testDriver(t, NewMap())
}