From 815056b771734be85d90f173a872909f5eb558e7 Mon Sep 17 00:00:00 2001 From: Tom Bloor Date: Thu, 31 Aug 2017 16:35:51 +0100 Subject: [PATCH] Fix error in fixtures data --- t/etc/fixtures/config/users.pl | 2 +- t/etc/fixtures/data/users/entities/5.fix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/t/etc/fixtures/config/users.pl b/t/etc/fixtures/config/users.pl index 88d3066..9a7f5ca 100644 --- a/t/etc/fixtures/config/users.pl +++ b/t/etc/fixtures/config/users.pl @@ -96,7 +96,7 @@ my $entity5 = { email => 'org@example.com', password => 'abc123', }, - type => "customer", + type => "organisation", }; my $entity6 = { diff --git a/t/etc/fixtures/data/users/entities/5.fix b/t/etc/fixtures/data/users/entities/5.fix index e22cd57..9aa374d 100644 --- a/t/etc/fixtures/data/users/entities/5.fix +++ b/t/etc/fixtures/data/users/entities/5.fix @@ -1,4 +1,4 @@ $HASH1 = { id => 5, - type => 'customer' + type => 'organisation' };