We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f1e099 commit cf221aeCopy full SHA for cf221ae
MongoDB.DriverUnitTests/Jira/CSharp355Tests.cs
@@ -106,7 +106,7 @@ private byte[] GetBytes(Bitmap bitmap)
106
107
private Bitmap GetTestBitmap ()
108
{
109
- var bitmap = new Bitmap (2, 2, PixelFormat.Format32bppRgb);
+ var bitmap = new Bitmap (2, 2, PixelFormat.Format24bppRgb);
110
for (int x = 0; x < bitmap.Height; ++x)
111
112
for (int y = 0; y < bitmap.Width; ++y)
0 commit comments