AntonisGkortzis / UnitTestingDemoProject

This is a Java project serving as a brief demonstration for Unit Testing and Continuous Integration services
MIT License
10 stars 19 forks source link

Wrong syntax #3

Open LoukasPap opened 4 years ago

LoukasPap commented 4 years ago

You should replace "An" with "A", because it is not correct to say "An class...".

https://github.com/AntonisGkortzis/UnitTestingDemoProject/blob/70f9e7e63a8d00ff7936735e5236faee18f27b8a/project/unit_test_demo/src/test/java/dmst/seip/angor/junitdemo/math/MyAdvancedMathTest.java#L14

AntonisGkortzis commented 4 years ago

You can fix it and create a PR.