Skip to content

Commit 8101e16

Browse files
committed
Inspection error fix
1 parent f337709 commit 8101e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GitVersionTask.Tests/GetVersionTaskTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public void OutputsShouldMatchVariableProvider()
1515
var properties = taskType.GetProperties()
1616
.Where(p => p.GetCustomAttributes(typeof(OutputAttribute), false).Any())
1717
.Select(p => p.Name);
18-
Config configuration = new Config();
18+
var configuration = new Config();
1919
var variables = VariableProvider.GetVariablesFor(new SemanticVersion
2020
{
2121
Major = 1,

0 commit comments

Comments
 (0)