File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,11 +126,11 @@ func (p *ProjectProcessor) writeOutputFiles(funcDescriptions Func) error {
126
126
return fmt .Errorf ("failed to write descriptions to file: %w" , err )
127
127
}
128
128
129
- if err := p .writeJSONFile (funcDescriptions .testFunctionDescriptions , "test_functions.json" ); err != nil {
129
+ if err := p .writeJSONFile (funcDescriptions .TestFunctionDescriptions , "test_functions.json" ); err != nil {
130
130
return fmt .Errorf ("failed to write test functions to file: %w" , err )
131
131
}
132
132
133
- if err := p .writeJSONFile (funcDescriptions .functionDescriptions , "functions.json" ); err != nil {
133
+ if err := p .writeJSONFile (funcDescriptions .FunctionDescriptions , "functions.json" ); err != nil {
134
134
return fmt .Errorf ("failed to write functions to file: %w" , err )
135
135
}
136
136
You can’t perform that action at this time.
0 commit comments