Closed poultong closed 2 years ago
It looks like the add_character unit test failed because it needs to be updated to the correct number of times the names are expected to appear in html, which I think is happening because of a shift from id -> name. It's basically just an issue in the way the test is written, in that it requires the number of appearances of the name to be updated every time it changes, otherwise it fails. I'll rewrite the test this afternoon.
The Edit and Delete Button Branch/ Bootstrap Branch is ready to go, all of its own unit tests succeeded although the add_character unit test failed on my computer for some reason.