Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Yarom Swisa authored and Yarom Swisa committed Jun 2, 2024
1 parent 2d9d6ac commit 4b16ad7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testutil/e2e/paymentE2E.go
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ func runPaymentE2E(timeout time.Duration) {
// - produce 1 staked client (for LAV1)
// - produce 1 subscription (for LAV1)

lt.checkStakeLava(1, 5, 1, 2, checkedPlansE2E, []string{"LAV1"}, []string{"user1"}, "Staking Lava OK")
lt.checkStakeLava(1, 6, 1, 2, checkedPlansE2E, []string{"LAV1"}, []string{"user1"}, "Staking Lava OK")

// get balance of providers right after stake for payment check later
providers, err := lt.getProvidersAddresses()
Expand Down
2 changes: 1 addition & 1 deletion testutil/e2e/sdkE2E.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func runSDKE2E(timeout time.Duration) {
utils.LavaFormatInfo("Staking Lava")
lt.stakeLava(ctx)

lt.checkStakeLava(2, 8, 4, 5, checkedPlansE2E, checkedSpecsE2E, checkedSubscriptions, "Staking Lava OK")
lt.checkStakeLava(2, 9, 4, 5, checkedPlansE2E, checkedSpecsE2E, checkedSubscriptions, "Staking Lava OK")

utils.LavaFormatInfo("RUNNING TESTS")

Expand Down

0 comments on commit 4b16ad7

Please sign in to comment.