Skip to content

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Ginnivan committed Oct 27, 2013
1 parent 62b0ec0 commit d501664
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public static void ShouldContainCorrectBuildVersion(this string output, string v

public static void ShouldContainFourPartVersionVariable(this string output, string version, int numCommitsToMake)
{
Assert.Contains(string.Format("##teamcity[setParameter name='GitHubFlowVersion.FourPartVersion' value='{0}.{1}']", version, numCommitsToMake), output);
Assert.Contains(string.Format("##teamcity[setParameter name='system.GitHubFlowVersion.FourPartVersion' value='{0}.{1}']", version, numCommitsToMake), output);
}

public static void AddNextVersionTxtFile(this IRepository repository, string version)
Expand Down

0 comments on commit d501664

Please sign in to comment.