-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(i): Handle error in test setup, don't return nil (#3403)
## Relevant issue(s) Resolves #3402 ## Description In light of this PR: https://github.com/sourcenetwork/defradb/pull/3400/files I did a rip grep search: ``` rg -U "if err != nil \{\n.*return nil$" ``` And found one more instance in the code base where non-nill error would still returning `nil`.
- Loading branch information
1 parent
486f9da
commit 727800a
Showing
1 changed file
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters