diff options
Diffstat (limited to 'db_test.go')
-rw-r--r-- | db_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/db_test.go b/db_test.go index d18433b..f91ce9e 100644 --- a/db_test.go +++ b/db_test.go @@ -7,6 +7,7 @@ import ( "github.com/getwtxt/registry" ) +/* func Test_pushpullDatabase(t *testing.T) { initTestConf() initDatabase() @@ -47,7 +48,7 @@ func Test_pushpullDatabase(t *testing.T) { }) } - +*/ func Benchmark_pushDatabase(b *testing.B) { initTestConf() |