Skip to content

Commit

Permalink
test text to 6f
Browse files Browse the repository at this point in the history
  • Loading branch information
djdt committed Oct 18, 2024
1 parent e87ad77 commit 7009353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/graphics/test_graphics_imageitems.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def test_laser_image_item(qtbot: QtBot):
item.select(mask, ["intersect"])
item.copySelectionToText()
mime = QtWidgets.QApplication.clipboard().mimeData()
assert mime.text().startswith(f"{laser.data['B'][0][0]:.8f}")
assert mime.text().startswith(f"{laser.data['B'][0][0]:.6f}")


def test_laser_rgb_image_item(qtbot: QtBot):
Expand Down

0 comments on commit 7009353

Please sign in to comment.