fix test for 1.12+

This commit is contained in:
Michael Fogleman 2019-04-16 21:30:52 -04:00
parent 5899172fb0
commit 72436a171b
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ func TestPushPop(t *testing.T) {
dc.Pop()
}
saveImage(dc, "TestPushPop")
checkHash(t, dc, "e0d6724eb72033577811a55f7a642f6a")
checkHash(t, dc, "31e908ee1c2ea180da98fd5681a89d05")
}
func TestDrawStringWrapped(t *testing.T) {