Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Oct 3, 2024
1 parent bd82470 commit 3d840e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ func NewBlock() *flow.Block {
}

func NewCollection() *flow.Collection {
return test.CollectionGenerator().New()
return test.LightCollectionGenerator().New()
}

func NewEvent(index int, eventId string, fields []cadence.Field, values []cadence.Value) *flow.Event {
Expand Down

0 comments on commit 3d840e1

Please sign in to comment.