Skip to content

Commit 1a6fec4

Browse files
committed
submitty_count changes
1 parent bc317c2 commit 1a6fec4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/04_python_static_analysis/config/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"actual_file" : "STDOUT_1.txt",
3434
"description" : "Number of assignments",
3535

36-
// The method by which to compare the output of "submitty_count_node"
36+
// The method by which to compare the output of "submitty_count"
3737
// against the provided term (here, "greater-than-or-equal" is used).
3838
"comparison" : "ge",
3939
// The integer against which to compare.

examples/06_loop_types/config/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"testcases" : [
99
{
1010
"title" : "Python - Distinguish for and while Loops",
11-
"command" : [ "submitty_count_node for *.py",
12-
"submitty_count_token while *.py" ],
11+
"command" : [ "submitty_count node for *.py",
12+
"submitty_count token while *.py" ],
1313
"points" : 2,
1414
"validation" : [
1515
{

0 commit comments

Comments
 (0)