Fix : error assignment in CreateKnownSources test case
Signed-off-by: SoXX <soxx@anthrove.art>
This commit is contained in:
parent
9669ed293d
commit
1540e5bbce
@ -558,7 +558,7 @@ func TestCreateKnownSources(t *testing.T) {
|
||||
// -- -- Tests
|
||||
|
||||
t.Run("CreateKnownSources", func(t *testing.T) {
|
||||
err, _ := CreateKnownSources(ctx)
|
||||
_, err := CreateKnownSources(ctx)
|
||||
if err != nil {
|
||||
t.Errorf("DeleteSource() error = %v", err)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user