SE701-T5 / Backend

Heroku deployed Node.js backend server developed by Team-5 for the UniForum project associated with the University of Auckland SOFTENG 701 course
https://uni-forum.herokuapp.com/
MIT License
2 stars 18 forks source link

Fix main repo for demonstration #76

Closed R055A closed 2 years ago

R055A commented 2 years ago

Description

The most recent merge caused the CI to fail. This is although the CI for the pull request passed. There was no indication in the pull request that the merge was going to fail. It can be assumed the merge bug that unnoticed without code conflict. The merge conflict is between old and new pull requests.

However, the issue now seems to be resolved with all test cases passing when run locally.

Tasks completed:

Related Issue

Solves #75

Type of change

How Has This Been Tested?

Fixes to failing tests have been completed so all tests are passing

Checklist:

For more information, refer to the Contributing Guidelines and Code of Conduct links at the bottom of this page.