fix: create review_vote table in unit fixtures for review delete. Refs EventHub/EventHubBack#47
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
-include_lib("eunit/include/eunit.hrl").
|
||||
-include("records.hrl").
|
||||
|
||||
-define(TABLES, [review]).
|
||||
-define(TABLES, [review, review_vote]).
|
||||
|
||||
setup() ->
|
||||
eh_test_support:start_mnesia(),
|
||||
|
||||
Reference in New Issue
Block a user