-
Notifications
You must be signed in to change notification settings - Fork 654
VsoAgentBuildNumberTests refactored with accordance to the remark from @asbjornu #1260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good! Just a minor nit and it LGTM!
|
||
[TestFixture] | ||
public class VsoAgentBuildNumberTests | ||
{ | ||
string key = "BUILD_BUILDNUMBER"; | ||
string logPrefix = "##vso[build.updatebuildnumber]"; | ||
List<Tuple<string, string, string>> examples; | ||
VsoAgent versionBuilder = new VsoAgent(); | ||
|
||
[SetUp] | ||
public void SetUpVsoAgentBuildNumberTest() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The SetUp method can probably be removed now, no?
Empty test setup method removed. |
Hm, did I forget to merge this? I've been on a holiday so I can't really remember what the story was here. Why did you close the PR, @dpurge? |
By mistake :) I removed the branch from my fork. I have restored the branch and I am re-opening pull request. |
No functional changes - test refactored in accordance to the sugestion from @asbjornu