Skip to content

Commit 294bdf3

Browse files
committed
Update the asserted version to match the changes introduced in #832
1 parent 638da15 commit 294bdf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitVersionCore.Tests/IntegrationTests/DevelopScenarios.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ public void TagOnHotfixShouldNotAffectDevelop()
219219
fixture.AssertFullSemver("1.2.1-beta.1");
220220
Commands.Checkout(fixture.Repository, "develop");
221221
fixture.Repository.MakeACommit();
222-
fixture.AssertFullSemver("1.3.0-unstable.1"); // fails, gets 1.3.0-beta.1
222+
fixture.AssertFullSemver("1.3.0-alpha.2");
223223
}
224224
}
225225
}

0 commit comments

Comments
 (0)