Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
attiasas committed Sep 26, 2023
1 parent 0782ab9 commit 11049cb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions xray/utils/sarifutils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -314,11 +314,6 @@ func TestGetFullLocationFileName(t *testing.T) {
},
expectedOutput: path.Join("root", "someDir", "another", "file"),
},
{
file: "another/file",
invocations: []*sarif.Invocation{{WorkingDirectory: sarif.NewSimpleArtifactLocation(path.Join("root", "someDir"))}},
expectedOutput: path.Join("root", "someDir", "another", "file"),
},
}

for _, test := range tests {
Expand Down

0 comments on commit 11049cb

Please sign in to comment.