Skip to content

Commit

Permalink
test(fanal): remove unneeded error check
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Apr 27, 2024
1 parent d5b0a56 commit 6fc4535
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ func Test_environmentAnalyzer_Analyze(t *testing.T) {
})

if tt.wantErr != "" {
require.Error(t, err)
require.ErrorContains(t, err, tt.wantErr)
return
}
Expand Down

0 comments on commit 6fc4535

Please sign in to comment.