Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Jul 27, 2024
1 parent 4d461b4 commit 8839073
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions comment_iowriter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,9 @@ func TestRDJSONLCommentWriter_Post(t *testing.T) {
in: &Comment{
Result: &filter.FilteredDiagnostic{
Diagnostic: &rdf.Diagnostic{
Location: &rdf.Location{Path: "/path/to/file"},
Message: "message",
Location: &rdf.Location{Path: "/path/to/file"},
Message: "message",
OriginalOutput: "original output",
},
},
ToolName: "tool name",
Expand Down Expand Up @@ -167,8 +168,9 @@ func TestRDJSONCommentWriter_Post(t *testing.T) {
{
Result: &filter.FilteredDiagnostic{
Diagnostic: &rdf.Diagnostic{
Location: &rdf.Location{Path: "/path/to/file"},
Message: "message",
Location: &rdf.Location{Path: "/path/to/file"},
Message: "message",
OriginalOutput: "original output",
},
},
ToolName: "tool name",
Expand Down

0 comments on commit 8839073

Please sign in to comment.