fix(test): ensure calendar_share table in ACL-related eunit suites.
Harden core_calendar_share get/list when table missing. Refs EventHub/EventHubBack#73
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
-include_lib("eunit/include/eunit.hrl").
|
||||
-include("records.hrl").
|
||||
|
||||
-define(TABLES, [user, calendar, event, subscription]).
|
||||
-define(TABLES, [user, calendar, event, subscription, calendar_share]).
|
||||
|
||||
setup() ->
|
||||
eh_test_support:start_mnesia(),
|
||||
|
||||
Reference in New Issue
Block a user