Skip to content

Commit

Permalink
chore: Adjust test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Oct 4, 2024
1 parent f470534 commit 21bdd95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ public async Task When_Image_Source_Nullify()
};

var imageOpened = false;
image.ImageOpened += (_, _) => imageOpened = true;
SUT.ImageOpened += (_, _) => imageOpened = true;

SUT.Source = new BitmapImage(new Uri("ms-appx:///Assets/square100.png"));

Expand Down

0 comments on commit 21bdd95

Please sign in to comment.