Skip to content

Commit

Permalink
Merge branch 'main' of github:b-editor/beutl
Browse files Browse the repository at this point in the history
  • Loading branch information
yuto-trd committed Aug 4, 2023
2 parents 306ef97 + b05ee86 commit 2a3fbd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Beutl.Engine.UnitTests/TypefaceProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ static TypefaceProvider()

foreach (string item in array)
{
Stream? stream = asm.GetManifestResourceStream("Beutl.Graphics.UnitTests.Assets.Font." + item);
Stream? stream = asm.GetManifestResourceStream("Beutl.Engine.UnitTests.Assets.Font." + item);

if (stream != null)
{
Expand Down

0 comments on commit 2a3fbd6

Please sign in to comment.