Daeer-Projects / Converter.Temperature

The temperature convertions methods created as extension methods.
MIT License
3 stars 0 forks source link

There are two "test" folders in the code base #73

Closed Daeer-Projects closed 1 year ago

Daeer-Projects commented 1 year ago

Describe the bug When looking at the code in GitHub, you can see two "test" folders.

There should only be one - "tests".

To Reproduce You can see it in the code tab on GitHub.

Expected behaviour A single test folder for all of the test projects called "tests".

Screenshots image

Desktop (please complete the following information):

Daeer-Projects commented 1 year ago

I think this will involve two PR's.

  1. To rename the test folder to something completely different as Git is not case sensitive.
  2. Once that PR is in, change the test folder back to "tests".