Skip to content

Commit

Permalink
check err.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahrav committed Jul 31, 2023
1 parent 09e3e65 commit 54cb041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/engine/git_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func TestGitEngine(t *testing.T) {
}

// Wait for all the chunks to be processed.
e.Finish(ctx)
assert.Nil(t, e.Finish(ctx))
for result := range e.ResultsChan() {
switch meta := result.SourceMetadata.GetData().(type) {
case *source_metadatapb.MetaData_Git:
Expand Down

0 comments on commit 54cb041

Please sign in to comment.