IWU-CS253 / project-tree

project-tree created by GitHub Classroom
0 stars 0 forks source link

Fixed broken show_tree function; fixed outdated add_character test #30

Closed jdreed129 closed 1 year ago

jdreed129 commented 1 year ago

Main is currently broken due to a reference to id in the show_tree query, and it failed the add_character test due to it being outdated in its counting. This patch fixes both of those, so it should now pass all tests and actually run.

Dogge0 commented 1 year ago

Looks good.

jdreed129 commented 1 year ago

Based on the fact that you said "Looks good", I'm assuming you meant to approve this, but you accidentally closed it (rejected, basically).