JetBrains / teamcity-bazel-plugin

TeamCity plugin for Bazel build system
Apache License 2.0
14 stars 6 forks source link

Fixed typos and added a new test case. #24

Closed odisseus closed 8 months ago

odisseus commented 8 months ago

I have added a new test case for PathsService.uniqueName to showcase its intended behaviour. The signature of this property (which IMHO should have been a method) suggests that it would always return the same value, whereas it actually behaves in quite the opposite way.

Therefore, I believe that my new test case, primitive as it may be, is actually useful.