mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-15 18:23:08 +03:00
8 lines
109 B
Go
8 lines
109 B
Go
|
package repository
|
||
|
|
||
|
import "testing"
|
||
|
|
||
|
func TestNewMemConfig(t *testing.T) {
|
||
|
testConfig(t, NewMemConfig())
|
||
|
}
|