Skip to content

Commit

Permalink
Fix typo in go generate (#170)
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 10, 2024
1 parent 8e1c57a commit 87ee6ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion sszgen/testcases/issue_166_encoding.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 87ee6ff

Please sign in to comment.