Just test for falseness, not what kind of falseness.
This commit is contained in:
parent
8978abc471
commit
9154db5e2b
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ cmp_deeply(
|
|||
title => 'Dummy Title',
|
||||
description => 'Dummy Synopsis', ##Not description
|
||||
link => $session->url->getSiteURL . '/home/shawshank',
|
||||
copyright => '',
|
||||
copyright => bool(0),
|
||||
),
|
||||
'... title, description, link inherit from asset by default, copyright unset'
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue