Skip to content

Commit dc715ec

Browse files
clean up code
1 parent 1af3a8b commit dc715ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/formats/tiff_test.dart

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ void main() {
1616
..writeAsBytesSync(encodePng(i0!));
1717
});
1818

19-
/*test('16bit colormap', () async {
19+
test('16bit colormap', () async {
2020
final bytes = File('test/_data/tiff/CNSW_crop.tif').readAsBytesSync();
2121
final i1 = decodeTiff(bytes);
2222
expect(i1, isNotNull);
@@ -164,7 +164,7 @@ void main() {
164164
..writeAsBytesSync(encodePng(i3));
165165
});
166166
}
167-
});*/
167+
});
168168
});
169169
});
170170
}

0 commit comments

Comments
 (0)