Skip to content

Commit b36b032

Browse files
committed
Don't write validation image again
1 parent 07018aa commit b36b032

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/image.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7329,8 +7329,8 @@ defmodule Image do
73297329
100.0
73307330
73317331
iex> Image.delta_e!([0,0,0], :misty_rose)
7332-
iex> |> Float.round(4)
7333-
90.1550
7332+
iex> |> Float.round(3)
7333+
90.155
73347334
73357335
iex> Image.delta_e!(:green, :misty_rose)
73367336
iex> |> Float.round(3)

test/text_image_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ defmodule TextImage.Test do
5151

5252
# |> Image.preview()
5353

54-
Image.write(final_image, validate_path)
54+
# Image.write(final_image, validate_path)
5555
assert_images_equal(final_image, validate_path)
5656
end
5757

0 commit comments

Comments
 (0)