Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
taeJungCaci committed Feb 7, 2025
1 parent cf06032 commit 80dc47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/services/ghcrateengine/intl_crating_pricer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func (suite *GHCRateEngineServiceSuite) TestIntlCratingPricer() {
badVolume := unit.CubicFeet(3.0)
_, _, err := pricer.Price(suite.AppContextForTest(), testdatagen.DefaultContractCode, icrtTestRequestedPickupDate, badVolume, icrtTestStandaloneCrate, icrtTestStandaloneCrateCap, true, icrtTestMarket)
suite.Error(err)
suite.Contains(err.Error(), "external crates must be billed for a minimum of 4 cubic feet")
suite.Contains(err.Error(), "external crates must be billed for a minimum of 4.00 cubic feet")
})

suite.Run("not finding a rate record", func() {
Expand Down

0 comments on commit 80dc47e

Please sign in to comment.