Skip to content

Commit

Permalink
MSFTMPP-447: Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcq committed Apr 14, 2016
1 parent f1040d7 commit 2ce7ea9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public static function assignment_create($data) {
'section' => $params['section'],
'visible' => (int)$params['visible'],
'name' => $params['name'],
'cmidnumber' => '',
'introeditor' => ['text' => $params['intro'], 'format' => FORMAT_HTML, 'itemid' => null],
'assignsubmission_onenote_enabled' => 1,
'assignsubmission_onenote_maxfiles' => 1,
Expand Down

0 comments on commit 2ce7ea9

Please sign in to comment.