Taking care of all the issues #26

Merged
SoXX merged 4 commits from feature/fixes-and-enhancments into main 2025-01-21 14:51:26 +00:00
Showing only changes of commit 1540e5bbce - Show all commits

View File

@ -558,7 +558,7 @@ func TestCreateKnownSources(t *testing.T) {
// -- -- Tests // -- -- Tests
t.Run("CreateKnownSources", func(t *testing.T) { t.Run("CreateKnownSources", func(t *testing.T) {
err, _ := CreateKnownSources(ctx) _, err := CreateKnownSources(ctx)
if err != nil { if err != nil {
t.Errorf("DeleteSource() error = %v", err) t.Errorf("DeleteSource() error = %v", err)
} }