Skip to content

Commit

Permalink
Merge branch 'buttonRegistrar' of github.com:BCStudentSoftwareDevTeam…
Browse files Browse the repository at this point in the history
…/celts into buttonRegistrar
  • Loading branch information
andersoncedu committed Jul 25, 2023
2 parents 725d563 + 9b3df98 commit bf37c77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion database/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,7 @@
{
"id": 1,
"courseName": "Databases",
"courseAbbreviation": "",
"term": 3,
"status": 1,
"courseCredit": "",
Expand All @@ -774,6 +775,7 @@
{
"id": 2,
"courseName": "Spanish Help",
"courseAbbreviation": "SPN 104",
"term": 2,
"status": 2,
"courseCredit": "",
Expand All @@ -784,7 +786,8 @@
},
{
"id": 3,
"courseName": "French Help",
"courseName": "Frenchy Help",
"courseAbbreviation": "FRN 103",
"term": 3,
"status": 3,
"courseCredit": "",
Expand All @@ -796,6 +799,7 @@
{
"id": 4,
"courseName": "Testing",
"courseAbbreviation": "",
"term": 2,
"status": 1,
"courseCredit": "",
Expand Down
Binary file modified tests/files/parseUpload_ValidTest.xlsx
Binary file not shown.

0 comments on commit bf37c77

Please sign in to comment.