summaryrefslogtreecommitdiff
path: root/yaksh/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'yaksh/models.py')
-rw-r--r--yaksh/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/models.py b/yaksh/models.py
index b267641..9dc1ede 100644
--- a/yaksh/models.py
+++ b/yaksh/models.py
@@ -71,7 +71,7 @@ test_case_types = (
("integertestcase", "Integer Testcase"),
("stringtestcase", "String Testcase"),
("floattestcase", "Float Testcase"),
- ("arrangetestcase", "Arrange Options Testcase"),
+ ("arrangetestcase", "Arrange Testcase"),
)
string_check_type = (