Skip to content

Commit

Permalink
Update _test_util.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-duncan committed May 11, 2024
1 parent 776d04c commit 94008b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/_test_util.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import 'package:archive/archive.dart';
import 'package:image/image.dart';
import 'package:test/test.dart';

//final testOutputPath = '${Directory.systemTemp.createTempSync().path}/out';
const testOutputPath = './_out';
final testOutputPath = '${Directory.systemTemp.createTempSync().path}/out';
//const testOutputPath = './_out';

int hashImage(Image image) {
var hash = 0;
Expand Down

0 comments on commit 94008b1

Please sign in to comment.