diff --git a/test/test_importer.py b/test/test_importer.py index 6d1b65dab..feafad923 100644 --- a/test/test_importer.py +++ b/test/test_importer.py @@ -65,7 +65,7 @@ class AutotagStub(object): def restore(self): autotag.mb.match_album = self.mb_match_album - autotag.mb.match_track = self.mb_match_album + autotag.mb.match_track = self.mb_match_track autotag.mb.album_for_id = self.mb_album_for_id autotag.mb.track_for_id = self.mb_track_for_id