build(deps): Bump cosmossdk.io/collections from 0.2.0 to 0.3.0 (#16834)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
dependabot[bot]
2023-07-05 07:50:05 +00:00
committed by GitHub
co-authored by github-actions Julien Robert
parent 2bf3414afb
commit cd48d403ac
28 changed files with 467 additions and 428 deletions
@@ -37,7 +37,7 @@ func testPrimaryKeyMachine(t *rapid.T) {
// Create model state
state := make(map[string]*testdata.TableModel)
t.Run(map[string]func(*rapid.T){
t.Repeat(map[string]func(*rapid.T){
// Create is one of the model commands. It adds an object to the table, creating
// an error if it already exists.
"Create": func(t *rapid.T) {
@@ -30,7 +30,7 @@ func testSequenceMachine(t *rapid.T) {
// Create model state
state := initSeqVal
t.Run(map[string]func(*rapid.T){
t.Repeat(map[string]func(*rapid.T){
// NextVal is one of the model commands. It checks that the next value of the
// sequence matches the model and increments the model state.
"NextVal": func(t *rapid.T) {