Skip to content

Commit

Permalink
udpate professor test
Browse files Browse the repository at this point in the history
  • Loading branch information
GiridharRNair committed Oct 26, 2024
1 parent c281799 commit c07d829
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/controllerstest/professor_information_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
const timothyFarageExpectedJSON = `{
"course_number": "",
"department": "Computer Science",
"difficulty": 2.3,
"difficulty": 2.1,
"grades": {
"a":1186,
"aMinus":277,
Expand All @@ -30,7 +30,7 @@ const timothyFarageExpectedJSON = `{
},
"id": "138341",
"name": "Timothy Farage",
"rating": 4.3,
"rating": 4.2,
"subject": "",
"tags": [
"Amazing Lectures",
Expand All @@ -39,7 +39,7 @@ const timothyFarageExpectedJSON = `{
"Respected",
"Test Heavy"
],
"would_take_again": 81
"would_take_again": 77
}`

func TestGetProfessorInformation(t *testing.T) {
Expand Down

0 comments on commit c07d829

Please sign in to comment.