mirror of
https://github.com/syncthing/syncthing.git
synced 2026-04-28 10:19:10 -04:00
lib/model: Remove ineffectual assignment in test
This commit is contained in:
@@ -921,7 +921,7 @@ func TestIgnores(t *testing.T) {
|
||||
t.Errorf("Incorrect ignores: %v != %v", ignores, expected)
|
||||
}
|
||||
|
||||
ignores, _, err = m.GetIgnores("doesnotexist")
|
||||
_, _, err = m.GetIgnores("doesnotexist")
|
||||
if err == nil {
|
||||
t.Error("No error")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user