Skip to content

Commit

Permalink
trigger e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed Sep 18, 2023
1 parent f43cb5d commit b780e85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,8 @@ test-e2e-cov: $(TEST_E2E_DEPS)
go test ./tests/e2e/... -mod=readonly -timeout 30m -race -v -tags='$(TEST_E2E_TAGS)' -coverpkg=./... -coverprofile=e2e-profile.out -covermode=atomic

test-e2e-clean:
docker stop umee0 umee1 umee2 umee-gaia-relayer gaiaval0 umee-price-feeder
docker rm umee0 umee1 umee2 umee-gaia-relayer gaiaval0 umee-price-feeder
docker stop umee0 umee1 umee2 umee-gaia-relayer gaiaval0 umee-price-feeder || \
docker rm umee0 umee1 umee2 umee-gaia-relayer gaiaval0 umee-price-feeder

test-qa:
@go test ./tests/qa/... -timeout 30m -v -tags='test_qa'
Expand Down
1 change: 0 additions & 1 deletion tests/e2e/e2e_metoken_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ func (s *E2ETest) TestMetokenSwapAndRedeem() {
s.Run(
"swap_100USDT_success", func() {
index = s.getMetokenIndex(mocks.MeUSDDenom)

hundredUSDT := sdk.NewCoin(mocks.USDTBaseDenom, sdkmath.NewInt(100_000000))
fee := index.Fee.MinFee.MulInt(hundredUSDT.Amount).TruncateInt()

Expand Down

0 comments on commit b780e85

Please sign in to comment.