Skip to content

Commit

Permalink
fix test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
DexterYan committed Nov 7, 2024
1 parent 5c0b838 commit bb62a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/analyze/collected_contents_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func TestRetrieveCollectedContents(t *testing.T) {
remoteNodeBaseDir: "remoteBaseDir",
remoteFileName: "remoteFileName",
expectedResult: nil,
expectedError: "failed to get node list",
expectedError: "",
},
{
name: "fail to retrieve content for one of the nodes",
Expand Down

0 comments on commit bb62a3d

Please sign in to comment.