Skip to content

Commit

Permalink
Tests: fix volume class instance history test
Browse files Browse the repository at this point in the history
  • Loading branch information
aschampion authored and tomka committed Oct 16, 2018
1 parent 1eaa1e9 commit 15ed835
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions django/applications/catmaid/tests/test_history_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def run(self, *args):
'point_set',
'image_data',
'pointcloud_image_data',
'volume_class_instance',

# Non-CATMAID tables
'auth_group',
Expand Down Expand Up @@ -181,6 +182,7 @@ def run(self, *args):
'treenode__history',
'treenode_class_instance__history',
'treenode_connector__history',
'volume_class_instance__history',

# History tables of versioned non-CATMAID tables
'auth_group__history',
Expand Down

0 comments on commit 15ed835

Please sign in to comment.