Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Oscar Cobles <[email protected]>
  • Loading branch information
Oscar Cobles committed May 9, 2022
1 parent 6c1936b commit 384f67c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions organizations_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func TestAccOrgList(t *testing.T) {
addr := Address {
Address: "test",
ZipCode: "12345",
Country: "US",
Country: "GB",
City: &city,
}
ocr := OrganizationCreateRequest{
Expand Down Expand Up @@ -67,7 +67,7 @@ func TestAccOrgBasic(t *testing.T) {
addr := Address{
Address: "test",
ZipCode: "12345",
Country: "US",
Country: "GB",
City: &city,
}
ocr := OrganizationCreateRequest{
Expand All @@ -93,7 +93,7 @@ func TestAccOrgBasic(t *testing.T) {
oAddr := Address{
Address: "test 2",
ZipCode: "54321",
Country: "bar",
Country: "ES",
City: &oCity,
}
pur := OrganizationUpdateRequest{
Expand Down Expand Up @@ -142,7 +142,7 @@ func TestAccOrgListPaymentMethods(t *testing.T) {
addr := Address{
Address: "test",
ZipCode: "12345",
Country: "US",
Country: "GB",
City: &city,
}
ocr := OrganizationCreateRequest{
Expand Down

0 comments on commit 384f67c

Please sign in to comment.