diff --git a/tests/test_qoi.nim b/tests/test_qoi.nim index b5f9f39..0a17efb 100644 --- a/tests/test_qoi.nim +++ b/tests/test_qoi.nim @@ -8,8 +8,6 @@ for name in tests: control = decodePng(readFile("tests/fileformats/qoi/" & name & ".png")) doAssert input.data == control.data, "input mismatch of " & name - decodeQoi(control.encodeQoi()).writeFile("tmp.png") - for name in tests: let input = decodeQoiRaw(readFile("tests/fileformats/qoi/" & name & ".qoi"))