Skip to content

Commit

Permalink
Tests: fix ketword-arg before non-keyword-arg problen in PostGIS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tomka committed Mar 16, 2017
1 parent 1093d5f commit 78947b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions django/applications/catmaid/tests/test_postgis.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ def test_node_query(self):
}

postgis_3d_nodes_r = node.node_list_tuples_query(params,
self.test_project_id, node_provider=node.Postgis3dNodeProvider(),
self.test_project_id, node.Postgis3dNodeProvider(),
tuple(), tuple(), include_labels=False)

postgis_2d_nodes_r = node.node_list_tuples_query(params,
self.test_project_id, node_provider=node.Postgis2dNodeProvider(),
self.test_project_id, node.Postgis2dNodeProvider(),
tuple(), tuple(), include_labels=False)


Expand Down

0 comments on commit 78947b0

Please sign in to comment.