Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCaha committed Nov 10, 2024
1 parent 246f53b commit c759736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_layout_item_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def test_layout_item_widget(qgis_countries_layer: QgsVectorLayer, qgs_layout, qg
bivariate_renderer = prepare_bivariate_renderer(qgis_countries_layer,
field1="fid",
field2="fid",
color_ramps=BivariateColorRampGreenPink())
color_ramp=BivariateColorRampGreenPink())

qgis_countries_layer.setRenderer(bivariate_renderer)

Expand Down Expand Up @@ -58,7 +58,7 @@ def test_visual(qgis_countries_layer: QgsVectorLayer, qgs_layout, qgis_parent, q
bivariate_renderer = prepare_bivariate_renderer(qgis_countries_layer,
field1="fid",
field2="fid",
color_ramps=BivariateColorRampGreenPink())
color_ramp=BivariateColorRampGreenPink())

qgis_countries_layer.setRenderer(bivariate_renderer)

Expand Down

0 comments on commit c759736

Please sign in to comment.