Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Sep 23, 2022
1 parent 13c0f06 commit 963c05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_provider_postgres.py
Expand Up @@ -2134,7 +2134,7 @@ def testSaveStyleInvalidXML(self):

qml, errmsg = vl.getStyleFromDatabase("1")
self.assertEqual(errmsg, "")
self.assertTrue('v="\u001E"' in qml, f"record separator character (\u001E) not found in qml: {qml}")
self.assertTrue('value="\u001E" name="chr"' in qml, f"record separator character (\u001E) not found in qml: {qml}")

# Test loadStyle from metadata
md = QgsProviderRegistry.instance().providerMetadata('postgres')
Expand Down

0 comments on commit 963c05f

Please sign in to comment.