mux icon indicating copy to clipboard operation
mux copied to clipboard

Update example_route_test.go

Open GocaMaric opened this issue 2 years ago • 2 comments

What type of PR is this? (check all applicable)

  • [x] Refactor
  • [ ] Feature
  • [ ] Bug Fix
  • [x] Optimization
  • [x] Documentation Update
  • [x] Go Version Update
  • [ ] Dependency Update

Description

Related Tickets & Documents

  • Related Issue #
  • Closes #

Added/updated tests?

  • [ ] Yes
  • [ ] No, and this is why: please replace this line with details on why tests have not been included
  • [ ] I need help with writing tests

Run verifications and test

  • [x] make verify is passing
  • [x] make test is passing

GocaMaric avatar Dec 05 '23 10:12 GocaMaric

Refactored the existing codebase to enhance readability and usability. Introduced meaningful variable names, improved function organization, and added comments for better documentation. The restructuring aims to make the codebase more maintainable and user-friendly, facilitating future development and collaboration.

GocaMaric avatar Dec 05 '23 11:12 GocaMaric

Hey @GocaMaric , thanks for the contribution!

I don't think we need to bother checking for/verifying errors here since these are just example tests and those errors won't ever get triggered.

AlexVulaj avatar Dec 11 '23 04:12 AlexVulaj