Skip to content

Commit be4daa0

Browse files
fix: fix for namespace collisions with client and resource test methods
1 parent ba15022 commit be4daa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lithic_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"github.com/lithic-com/lithic-go/option"
1414
)
1515

16-
func TestLithicAPIStatus(t *testing.T) {
16+
func TestAPIStatus(t *testing.T) {
1717
baseURL := "http://localhost:4010"
1818
if envURL, ok := os.LookupEnv("TEST_API_BASE_URL"); ok {
1919
baseURL = envURL

0 commit comments

Comments
 (0)