Skip to content

Commit afc5853

Browse files
fix test (#2011)
1 parent 633fefa commit afc5853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Libraries/test/Amazon.Lambda.Annotations.SourceGenerators.Tests/Snapshots/HostBuilderFunctions_Add_Generated.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ private static void SetExecutionEnvironment()
128128
envValue.Append($"{Environment.GetEnvironmentVariable(envName)}_");
129129
}
130130

131-
envValue.Append("lib/amazon-lambda-annotations#1.6.3.0");
131+
envValue.Append("lib/amazon-lambda-annotations#{ANNOTATIONS_ASSEMBLY_VERSION}");
132132

133133
Environment.SetEnvironmentVariable(envName, envValue.ToString());
134134
}

0 commit comments

Comments
 (0)