Skip to content

Commit

Permalink
chore: change test names (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Apr 10, 2024
1 parent 6442564 commit 22a01b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"github.com/lithic-com/lithic-go/option"
)

func TestFinancialTransactionGet(t *testing.T) {
func TestFinancialAccountFinancialTransactionGet(t *testing.T) {
baseURL := "http://localhost:4010"
if envURL, ok := os.LookupEnv("TEST_API_BASE_URL"); ok {
baseURL = envURL
Expand All @@ -40,7 +40,7 @@ func TestFinancialTransactionGet(t *testing.T) {
}
}

func TestFinancialTransactionListWithOptionalParams(t *testing.T) {
func TestFinancialAccountFinancialTransactionListWithOptionalParams(t *testing.T) {
baseURL := "http://localhost:4010"
if envURL, ok := os.LookupEnv("TEST_API_BASE_URL"); ok {
baseURL = envURL
Expand Down

0 comments on commit 22a01b7

Please sign in to comment.