|
@@ -104,7 +104,7 @@ class MOFLinearRepoTest(MissingObjectFinderTest):
|
|
|
haves = [self.cmt(1).id]
|
|
|
wants = [self.cmt(3).id, bogus_sha]
|
|
|
self.assertRaises(KeyError, self.store.find_missing_objects,
|
|
|
- self.store, haves, wants)
|
|
|
+ haves, wants)
|
|
|
|
|
|
def test_no_changes(self):
|
|
|
self.assertMissingMatch([self.cmt(3).id], [self.cmt(3).id], [])
|