From 94008b14d92cb106c96269534a91077e04beb21a Mon Sep 17 00:00:00 2001 From: Brendan Duncan Date: Fri, 10 May 2024 23:28:28 -0600 Subject: [PATCH] Update _test_util.dart --- test/_test_util.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/_test_util.dart b/test/_test_util.dart index 452bcf9f..0d270981 100644 --- a/test/_test_util.dart +++ b/test/_test_util.dart @@ -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;