Skip to content

Commit

Permalink
Change the background color for image tests in order to increase cont…
Browse files Browse the repository at this point in the history
…rast
  • Loading branch information
abousquet committed Dec 14, 2019
1 parent 766738e commit b32bb5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/png_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defmodule EQRCode.PNGTest do

test "Generate an html page with different types of PNG images", %{qr: qr} do
color = <<0, 0, 255>>
background_color = <<255, 0, 0>>
background_color = <<255, 255, 0>>

pngs =
[]
Expand Down
2 changes: 1 addition & 1 deletion test/svg_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defmodule EQRCode.SVGTest do

test "Generate an html page with different types of SVG images", %{qr: qr} do
color = "blue"
background_color = "red"
background_color = "yellow"

svgs =
[]
Expand Down

0 comments on commit b32bb5e

Please sign in to comment.