all: Fix comment typos
Skip-check: authors GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4481
This commit is contained in:
@@ -1908,7 +1908,7 @@ func TestIssue3164(t *testing.T) {
|
||||
func TestIssue4357(t *testing.T) {
|
||||
db := db.OpenMemory()
|
||||
cfg := defaultConfig.RawCopy()
|
||||
// Create a separate wrapper not to polute other tests.
|
||||
// Create a separate wrapper not to pollute other tests.
|
||||
wrapper := config.Wrap("/tmp/test", config.Configuration{})
|
||||
m := NewModel(wrapper, protocol.LocalDeviceID, "syncthing", "dev", db, nil)
|
||||
m.ServeBackground()
|
||||
|
||||
Reference in New Issue
Block a user