mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-03 15:17:25 +00:00
lib/model: Fixup spelling of protocol.FileIntf in test (ref #6463)
This commit is contained in:
parent
06ac631351
commit
145d87ce70
@ -382,7 +382,7 @@ func TestRecvOnlyRemoteUndoChanges(t *testing.T) {
|
||||
|
||||
files := make([]protocol.FileInfo, 0, 2)
|
||||
snap := f.fset.Snapshot()
|
||||
snap.WithHave(protocol.LocalDeviceID, func(fi db.FileIntf) bool {
|
||||
snap.WithHave(protocol.LocalDeviceID, func(fi protocol.FileIntf) bool {
|
||||
if n := fi.FileName(); n != file && n != knownFile {
|
||||
return true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user