Rename db.Set to db.FileSet

This commit is contained in:
Jakob Borg
2015-01-12 14:52:24 +01:00
parent 8d6db7be31
commit e6c9baf6ef
5 changed files with 45 additions and 45 deletions

View File

@@ -91,7 +91,7 @@ func TestSanityCheck(t *testing.T) {
// Case 3 - marker missing
set := db.NewSet("folder", ldb)
set := db.NewFileSet("folder", ldb)
set.Update(protocol.LocalDeviceID, []protocol.FileInfo{
{Name: "dummyfile"},
})