Skip to content

Commit

Permalink
Corrected unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Aug 12, 2024
1 parent 53435fd commit 779bfb4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ public void ShouldAdjustTheCanvas()

Assert.Equal(640U, images[1].Page.Width);
Assert.Equal(640U, images[1].Page.Height);
Assert.Equal(0, images[0].Page.X);
Assert.Equal(0, images[0].Page.Y);
Assert.Equal(0, images[1].Page.X);
Assert.Equal(0, images[1].Page.Y);
}
}
}

0 comments on commit 779bfb4

Please sign in to comment.