diff --git a/t/Asset/Wobject/InOutBoard.t b/t/Asset/Wobject/InOutBoard.t index 21965d84e..3cc7abd0b 100644 --- a/t/Asset/Wobject/InOutBoard.t +++ b/t/Asset/Wobject/InOutBoard.t @@ -144,9 +144,11 @@ cmp_bag( dateStamp => ignore(), message => 'work time', username => 'red', - department => 'No Department', }), - ignore(), ignore(), ignore(), ignore(), + superhashof({ username => 'Admin' }), + superhashof({ username => 'boggs' }), + superhashof({ username => 'andy' }), + superhashof({ username => 'hadley' }), ], 'view: returns one entry for each user, entry is correct for user with status' ) or diag(Dumper $templateVars->{rows_loop});