Skip to content

Commit

Permalink
Try to fix windows test
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet committed Mar 26, 2024
1 parent b2e72f2 commit 5043b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbgrader/tests/ui-tests/utils/test_utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ c.Exchange.assignment_dir = r"${path.resolve(rootDir, tmpPath)}"
}

/* Fill database */
await executeCommand("nbgrader db assignment add 'Problem Set 1'");
await executeCommand("nbgrader db assignment add \"Problem Set 1\"");
await executeCommand("nbgrader db assignment add ps.01");
await executeCommand("nbgrader db student add Bitdiddle --first-name Ben --last-name B");
await executeCommand("nbgrader db student add Hacker --first-name Alyssa --last-name H");
Expand Down

0 comments on commit 5043b11

Please sign in to comment.