Skip to content

Commit

Permalink
tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
pambecker committed Jan 21, 2025
1 parent f2f3edd commit d9c711f
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 319 deletions.
1 change: 0 additions & 1 deletion pkg/handlers/ghcapi/orders_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ func (suite *HandlerSuite) TestCreateOrderWithOCONUSValues() {
},
})
suite.NotNil(rateArea)
suite.Nil(err)

us_country, err := models.FetchCountryByCode(suite.DB(), "US")
suite.NotNil(us_country)
Expand Down
1 change: 0 additions & 1 deletion pkg/handlers/internalapi/orders_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ func (suite *HandlerSuite) TestCreateOrder() {
},
})
suite.NotNil(rateArea)
suite.Nil(err)

us_country, err := models.FetchCountryByCode(suite.DB(), "US")
suite.NotNil(us_country)
Expand Down
1 change: 0 additions & 1 deletion pkg/models/address_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,6 @@ func (suite *ModelSuite) Test_FetchDutyLocationGblocForAK() {
},
})
suite.NotNil(rateArea)
suite.Nil(err)

us_country, err := m.FetchCountryByCode(suite.DB(), "US")
suite.NotNil(us_country)
Expand Down
Loading

0 comments on commit d9c711f

Please sign in to comment.