Skip to content

Commit

Permalink
rename messages -> details
Browse files Browse the repository at this point in the history
  • Loading branch information
stbenjam committed Oct 2, 2024
1 parent 7198b99 commit 278fdb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/extension/extensiontests/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ type ExtensionTestResult struct {
Result Result `json:"result"`
Output string `json:"output"`
Error string `json:"error"`
Messages []string `json:"messages"`
Details []string `json:"details"`
}

0 comments on commit 278fdb5

Please sign in to comment.