Skip to content

Commit

Permalink
fix(types): fix linting error (#20700)
Browse files Browse the repository at this point in the history
  • Loading branch information
kocubinski authored Jun 17, 2024
1 parent 65ac3f4 commit 581b4f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.work.example
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ use (
./math
./orm
./simapp
./simapp/v2
./tests
./tests/systemtests
./server/v2/stf
./server/v2/appmanager
./store
Expand Down
1 change: 1 addition & 0 deletions types/simulation/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ func (c Config) shallowCopy() Config {

// With sets the values of t, seed, and fuzzSeed in a copy of the Config and returns the copy.
func (c Config) With(t *testing.T, seed int64, fuzzSeed []byte) Config {
t.Helper()
r := c.shallowCopy()
r.T = t
r.Seed = seed
Expand Down

0 comments on commit 581b4f0

Please sign in to comment.