Skip to content

Commit

Permalink
Merge pull request #563 from gmilou/fix-tests
Browse files Browse the repository at this point in the history
Fix neural and octree quantizer tests
  • Loading branch information
brendan-duncan authored Sep 24, 2023
2 parents d1a7303 + e68132b commit c9b81e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/util/neural_quantizer_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import '../_test_util.dart';

void main() {
group('Util', () {
group('neuralQuantizer', () {
test('neuralQuantizer', () {
final img = Image(width: 256, height: 256);
for (final p in img) {
p
Expand Down
2 changes: 1 addition & 1 deletion test/util/octree_quantizer_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import '../_test_util.dart';

void main() {
group('Util', () {
group('octreeQuantizer', () {
test('octreeQuantizer', () {
final img = Image(width: 256, height: 256);
for (final p in img) {
p
Expand Down

0 comments on commit c9b81e3

Please sign in to comment.