Uppercase CheckAPI test func

Ref cd52dc7
This commit is contained in:
ditatompel 2024-06-10 03:23:03 +07:00
parent cd52dc7b70
commit 1429cde662
No known key found for this signature in database
GPG key ID: 31D3D06D77950979

View file

@ -101,7 +101,7 @@ func TestQueryProbers_toSQL(t *testing.T) {
// TODO: Add database test table and then clean it up
func TestProberRepo_CheckApi(t *testing.T) {
func TestProberRepo_CheckAPI(t *testing.T) {
if !testMySQL {
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 {
b.Skip("Skip bench, not connected to database")
}