Skip to content

Commit

Permalink
v.greedycolors: python format
Browse files Browse the repository at this point in the history
  • Loading branch information
metzm committed Sep 7, 2021
1 parent 027274f commit dda805d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vector/v.greedycolors/testsuite/test_v_greedycolors.py
Expand Up @@ -39,7 +39,7 @@ def testRun(self):
sel.run()
sel = SimpleModule(
"db.select",
sql="select greedyclr,count(greedyclr) from my_boundary_county group by greedyclr"
sql="select greedyclr,count(greedyclr) from my_boundary_county group by greedyclr"
)
sel.run()
self.assertLooksLike(reference=out_greedyclrs, actual=sel.outputs.stdout)
Expand Down

0 comments on commit dda805d

Please sign in to comment.