Skip to content

Commit

Permalink
lab1 grading script bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuafried committed Sep 6, 2019
1 parent 724f783 commit b7233a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grade-lab-util
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def test_primes():
]))
args = ['prime %d' % i for i in [2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31]]
args.append('^OK$')
r.match(args)
r.match(*args)

@test(10, "find, in current directory")
def test_find_curdir():
Expand Down

0 comments on commit b7233a8

Please sign in to comment.