Skip to content

Commit bbcbf89

Browse files
committed
fix unit tests
1 parent 4833153 commit bbcbf89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Source/Examples/ExampleLibrary/Annotations/ImageAnnotationExamples.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public static PlotModel ImageAnnotation()
2626

2727
OxyImage image;
2828
#if UNIVERSAL
29-
var assembly = typeof(PlotModel).GetTypeInfo().Assembly;
29+
var assembly = typeof(ImageAnnotationExamples).GetTypeInfo().Assembly;
3030
#else
3131
var assembly = Assembly.GetExecutingAssembly();
3232
#endif

Source/Examples/ExampleLibrary/Examples/MouseEventExamples.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ public static PlotModel ImageAnnotation()
415415

416416
OxyImage image;
417417
#if UNIVERSAL
418-
var assembly = typeof(PlotModel).GetTypeInfo().Assembly;
418+
var assembly = typeof(MouseEventExamples).GetTypeInfo().Assembly;
419419
#else
420420
var assembly = Assembly.GetExecutingAssembly();
421421
#endif

0 commit comments

Comments
 (0)