diff options
author | Kumar Appaiah | 2018-07-31 09:56:57 +0530 |
---|---|---|
committer | Kumar Appaiah | 2018-07-31 09:56:57 +0530 |
commit | d2258bcfc5e756661d9b53ed04ab78606bd9b18e (patch) | |
tree | 59dbfa7e3f24bd82bba50f0e71977f02d57c4a9c /yaksh/test_views.py | |
parent | 239ed05355e46448e3232d3a026e525f821a7841 (diff) | |
download | online_test-d2258bcfc5e756661d9b53ed04ab78606bd9b18e.tar.gz online_test-d2258bcfc5e756661d9b53ed04ab78606bd9b18e.tar.bz2 online_test-d2258bcfc5e756661d9b53ed04ab78606bd9b18e.zip |
Fix spelling error: choosen to chosen
Diffstat (limited to 'yaksh/test_views.py')
-rw-r--r-- | yaksh/test_views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/test_views.py b/yaksh/test_views.py index 3520c61..e5c62f6 100644 --- a/yaksh/test_views.py +++ b/yaksh/test_views.py @@ -5702,7 +5702,7 @@ class TestLearningModule(TestCase): kwargs={"module_id": self.learning_module1.id, "course_id": self.course.id}), data={"Add": "Add", - "choosen_list": ",".join([str(self.quiz.id)+":"+"quiz"]) + "chosen_list": ",".join([str(self.quiz.id)+":"+"quiz"]) }) # Test add learning unit |