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