Skip to content

Commit a2e84a8

Browse files
Update tests/rgen/Microsoft.Macios.Transformer.Tests/Attributes/StrongDictionaryDataTests.cs
1 parent d49a668 commit a2e84a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/rgen/Microsoft.Macios.Transformer.Tests/Attributes/StrongDictionaryDataTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ interface AVCapturePhotoSettingsThumbnailFormat {
3434
}
3535
";
3636

37-
yield return [(Source: strongDictionary, Path: "/some/random/path.cs"), new StrongDictionaryData ("AVCapturePhotoSettingsThumbnailFormatKeys")];
37+
yield return [(Source: strongDictionary, Path: path), new StrongDictionaryData ("AVCapturePhotoSettingsThumbnailFormatKeys")];
3838
}
3939

4040
IEnumerator IEnumerable.GetEnumerator () => GetEnumerator ();

0 commit comments

Comments
 (0)