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