Skip to content

Commit

Permalink
fixed integration test for neutrinoapi detector (#3796)
Browse files Browse the repository at this point in the history
  • Loading branch information
kashifkhan0771 authored Dec 19, 2024
1 parent 56159ff commit 00c0bbf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkg/detectors/neutrinoapi/neutrinoapi_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ func TestNeutrinoApi_FromChunk(t *testing.T) {
verify: true,
},
want: []detectors.Result{
{
DetectorType: detectorspb.DetectorType_NeutrinoApi,
Verified: false,
},
{
DetectorType: detectorspb.DetectorType_NeutrinoApi,
Verified: true,
Expand All @@ -68,6 +72,10 @@ func TestNeutrinoApi_FromChunk(t *testing.T) {
DetectorType: detectorspb.DetectorType_NeutrinoApi,
Verified: false,
},
{
DetectorType: detectorspb.DetectorType_NeutrinoApi,
Verified: false,
},
},
wantErr: false,
},
Expand Down

0 comments on commit 00c0bbf

Please # to comment.