mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2025-01-08 05:52:10 +07:00
parent
cd52dc7b70
commit
1429cde662
1 changed files with 2 additions and 2 deletions
|
@ -101,7 +101,7 @@ func TestQueryProbers_toSQL(t *testing.T) {
|
||||||
|
|
||||||
// TODO: Add database test table and then clean it up
|
// TODO: Add database test table and then clean it up
|
||||||
|
|
||||||
func TestProberRepo_CheckApi(t *testing.T) {
|
func TestProberRepo_CheckAPI(t *testing.T) {
|
||||||
if !testMySQL {
|
if !testMySQL {
|
||||||
t.Skip("Skip integration test, not connected to database")
|
t.Skip("Skip integration test, not connected to database")
|
||||||
}
|
}
|
||||||
|
@ -137,7 +137,7 @@ func TestProberRepo_CheckApi(t *testing.T) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func BenchmarkProberRepo_CheckApi(b *testing.B) {
|
func BenchmarkProberRepo_CheckAPI(b *testing.B) {
|
||||||
if !testMySQL {
|
if !testMySQL {
|
||||||
b.Skip("Skip bench, not connected to database")
|
b.Skip("Skip bench, not connected to database")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue