Skip to content

Commit

Permalink
removing > 1 provider requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMarstonConnell committed Apr 4, 2024
1 parent 2ed9218 commit 3e7b4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/storage/keeper/msg_server_post_file_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func (suite *KeeperTestSuite) TestPostFile() {
} else {
suite.Require().NoError(err)

suite.Require().Equal(1, len(res.ProviderIps))
suite.Require().Equal(0, len(res.ProviderIps)) // we do not pre-populate the provider IPs in v4 since the econ change. Change this to > 1 if ever the econ changes and required pre-population
}
})
}
Expand Down

0 comments on commit 3e7b4ce

Please sign in to comment.