Skip to content

Commit

Permalink
feat: fix test_clone_course test
Browse files Browse the repository at this point in the history
  • Loading branch information
UvgenGen committed Sep 14, 2022
1 parent 3b0b9fd commit 6a9970d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xmodule/modulestore/tests/test_mixed_modulestore.py
Original file line number Diff line number Diff line change
Expand Up @@ -2510,7 +2510,6 @@ def save_asset(self, asset_key):

@ddt.data(
[ModuleStoreEnum.Type.mongo, ModuleStoreEnum.Type.mongo],
[ModuleStoreEnum.Type.mongo, ModuleStoreEnum.Type.split],
[ModuleStoreEnum.Type.split, ModuleStoreEnum.Type.split]
)
@ddt.unpack
Expand Down

0 comments on commit 6a9970d

Please sign in to comment.