1420
1420
self.assertEqual(foo, bar)
1422
1422
def test_sync_index_script(self):
1424
1424
# Create a charm which is index-incompatible with the previous one.
1427
1427
handler = self.get_handler('sync-index')
1428
1428
with patch('charmworld.models.configure_logging'):
1429
1429
with patch('charmworld.models.get_ini', lambda: INI):