Skip to content

Commit

Permalink
update test and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzhi713 committed Nov 4, 2020
1 parent 9841a8f commit d417f82
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plannable",
"version": "8.3.0",
"version": "8.4.0",
"private": true,
"description": "A website that helps UVa students schedule their classes more efficiently.",
"author": {
Expand Down Expand Up @@ -149,4 +149,4 @@
}
},
"repository": "https://github.com/awesome-schedule/plannable"
}
}
2 changes: 1 addition & 1 deletion tests/unit/algorithm.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ describe('ScheduleGenerator Test', () => {
schedule.addEvent('MoTuWeThFr 8:00AM - 8:00PM', false);

let r = store.generateSchedules();
expect(r).toBeFalsy();
expect(r).toBeTruthy(); // will still try to generate schedule even if there's conflict

schedule.events.length = 0;
// similarity
Expand Down

0 comments on commit d417f82

Please sign in to comment.