update test to use new method name
This commit is contained in:
parent
e6b7c49017
commit
b0356f06a0
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ is ($g->expireNotifyOffset(), -14, 'Default expire notify offset time');
|
|||
is ($g->deleteOffset(), 14, 'Default delete offset time');
|
||||
is ($g->expireNotify(), 0, 'Default expire notify time');
|
||||
is ($g->databaseLinkId(), 0, 'Default databaseLinkId');
|
||||
is ($g->dbCacheTimeout(), 3600, 'Default external database cache timeout');
|
||||
is ($g->groupCacheTimeout(), 3600, 'Default external database cache timeout');
|
||||
is ($g->dateCreated(), $g->lastUpdated(), 'lastUpdated = create time');
|
||||
is_deeply ($g->getGroupsIn(), [3], 'Admin group added by default to this group');
|
||||
is_deeply ($g->getGroupsFor(), [], 'Group not added to any other group');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue