CSC207-2022F-UofT / course-project-hello-woooorld-119

course-project-hello-woooorld-119 created by GitHub Classroom
0 stars 0 forks source link

Updated User method parameters and added UserTests #26

Open is1006 opened 1 year ago

is1006 commented 1 year ago
is1006 commented 1 year ago

Since we are not using loginTracker anymore, the instance variable loginTracker as well as the methods associated with it can be removed. So setLoginTracker, getLoginTracker and updateLoginTracker methods can be removed.

I removed the instance variable and all the methods associated with it in User. Also, edited the UserTests code as one of the arguments in expected results was incorrect.

is1006 commented 1 year ago

Error: fatal: protocol error: bad pack header

Is this an error due to the repository having too many large files? It could also be due to the limited virtual memory. Not too sure how to fix this error