Skip to content

Commit

Permalink
fix: not init map
Browse files Browse the repository at this point in the history
  • Loading branch information
a20r committed Aug 9, 2023
1 parent 01e684d commit 9ef1b49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mesa.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ func newCtx(t require.TestingT) *Ctx {
Context: context.Background(),
t: t,
values: make(map[string]any),
metrics: make(map[string]float64),
As: assert.New(t),
Re: require.New(t),
}
Expand Down

0 comments on commit 9ef1b49

Please sign in to comment.