Skip to content

Commit

Permalink
Fixing intentation
Browse files Browse the repository at this point in the history
  • Loading branch information
agiudiceandrea committed Aug 27, 2018
1 parent 05fda10 commit 1971f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_provider_virtual.py
Expand Up @@ -879,7 +879,7 @@ def test_joined_layers_conversion(self):
self.assertEqual(len(tl1.fields()), 4)
df = QgsVirtualLayerDefinitionUtils.fromJoinedLayer(tl1)
self.assertEqual(df.query(), 'SELECT t.rowid AS uid, t."id", t."e_id", t."0name", j1."ena me" AS "E_ena me" FROM "{}" AS t LEFT JOIN "{}" AS j1 ON t."e_id"=j1."id"'.format(tl1.id(), tl2.id()))

QgsProject.instance().removeMapLayers([v1.id(), v2.id(), v3.id(), tl1.id(), tl2.id()])

def testFieldsWithSpecialCharacters(self):
Expand Down

0 comments on commit 1971f8a

Please sign in to comment.