From 1429cde6624ff69a4954ff21ad827e2c6d860a8f Mon Sep 17 00:00:00 2001 From: ditatompel Date: Mon, 10 Jun 2024 03:23:03 +0700 Subject: [PATCH] Uppercase CheckAPI test func Ref cd52dc7 --- internal/monero/prober_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/monero/prober_test.go b/internal/monero/prober_test.go index 14c3c0b..e9a7dad 100644 --- a/internal/monero/prober_test.go +++ b/internal/monero/prober_test.go @@ -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") }