Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nikpivkin committed Jul 5, 2023
1 parent 89cc74b commit 75127ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/fanal/cache/key_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ func TestCalcKey(t *testing.T) {
},
policy: []string{"policydir"},
},
wantErr: "no such file or directory",
wantErr: "file \"policydir\" stat error",
},
}
for _, tt := range tests {
Expand Down

0 comments on commit 75127ea

Please sign in to comment.