Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ebirukov committed Oct 5, 2023
1 parent 6159af4 commit 6915854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/generator/tmpl/octopus/fixturestore.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var {{$PackageName}}Source []byte

func init{{$PublicStructName}}() {
{{$PackageName}}Once.Do(func() {
{{$PackageName}}Fixtures := {{$PackageName}}.UnmarshalFixtures({{$PackageName}}Source)
{{$PackageName}}Fixtures = {{$PackageName}}.UnmarshalFixtures({{$PackageName}}Source)

{{$PackageName}}Store = map[{{$typePK}}]int{}
for i, f := range {{$PackageName}}Fixtures {
Expand Down

0 comments on commit 6915854

Please sign in to comment.