Skip to content

Commit 2f3be53

Browse files
robertcoltheartarturcic
authored andcommitted
fix: fix failing test
1 parent 0368991 commit 2f3be53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/GitVersion.Configuration.Tests/Configuration/ConfigurationExtensionsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public void EnsureGetBranchSpecificLabelWorksWithoutEnvironmentWhenNoEnvPlacehol
127127
}
128128

129129
[Test]
130-
public void EnsureGetBranchSpecificLabelThrowsWhenThrowIfNotFoundAndEnvVarMissing()
130+
public void EnsureGetBranchSpecificLabelReturnsEmptyWhenEnvVarMissing()
131131
{
132132
var environment = new TestEnvironment();
133133
// Do not set MISSING_VAR

0 commit comments

Comments
 (0)