euanwm / OpenWeightlifting

Repository that is deployed for the OpenWeightlifting site
https://www.openweightlifting.org
BSD 3-Clause "New" or "Revised" License
31 stars 21 forks source link

Broken integration test #345

Closed euanwm closed 1 month ago

euanwm commented 1 month ago

Describe the bug PR #344 has broken the test in api/fetchEventResult/fetchEventResult.test.ts

Due to a rebuild, the event data itself is now different, should be a simple job of reformatting the expected test data.

To Reproduce Steps to reproduce the behavior:

  1. Launch backend
  2. Build frontend
  3. Run tests
  4. Watch as tests go brrrrrt

Expected behavior Test passes, duh