aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/model/photoset.t
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2016-07-06 19:53:50 +0200
committerMarius Halden <marius.h@lden.org>2016-07-06 19:53:50 +0200
commit02edc2af388e8e77c6da876bcec3633ea9161083 (patch)
tree59e65ccfc88c0795476db7ae709013862c7161c3 /t/app/model/photoset.t
parent2cf7f0dcf146143613beb102d0dd227238776b69 (diff)
parent26ef9e161e7ca4bbcf6bcbddb1ba4f215bc349ec (diff)
Oppgrader til 1.8.4fiksgatami-prod-1.8
Merge branch 'fiksgatami-dev' into fiksgatami-prod
Diffstat (limited to 't/app/model/photoset.t')
-rw-r--r--t/app/model/photoset.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/model/photoset.t b/t/app/model/photoset.t
index 577e39eb1..f0fc601e2 100644
--- a/t/app/model/photoset.t
+++ b/t/app/model/photoset.t
@@ -58,7 +58,7 @@ subtest 'Photoset with photo inline in DB' => sub {
my $report = make_report( $image_path->slurp );
my $photoset = $report->get_photoset();
is $photoset->num_images, 1, 'Found just 1 image';
- is $photoset->data, '1cdd4329ceee2234bd4e89cb33b42061a0724687.jpeg';
+ is $photoset->data, '7f09ef2c3933731d47121fee1b8038b3fdd3bc77.jpeg';
};
$image_path->copy( path( $UPLOAD_DIR, '0123456789012345678901234567890123456789.jpeg' ) );