Skip to content

Commit

Permalink
Fix typo in go generate
Browse files Browse the repository at this point in the history
There is no `issue_165.go` file. It should be `166` instead.
  • Loading branch information
olegrok authored Jul 4, 2024
1 parent eac385e commit a713ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sszgen/testcases/issue_166.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package testcases

//go:generate go run ../main.go --path issue_165.go --include ./other
//go:generate go run ../main.go --path issue_166.go --include ./other

import "github.com/ferranbt/fastssz/sszgen/testcases/other"

Expand Down

0 comments on commit a713ccc

Please sign in to comment.