1 2 3 4 5 6 7
package repository import "testing" func TestNewMemConfig(t *testing.T) { testConfig(t, NewMemConfig()) }