Browse Source

Update GraphQLTests.cs

pull/65/head
Sebastian Stehle 9 years ago
committed by GitHub
parent
commit
ebf667d947
  1. 4
      tests/Squidex.Domain.Apps.Read.Tests/Contents/GraphQLTests.cs

4
tests/Squidex.Domain.Apps.Read.Tests/Contents/GraphQLTests.cs

@ -102,7 +102,7 @@ namespace Squidex.Domain.Apps.Read.Contents
fileSize
fileVersion
isImage
pixelWidth,
pixelWidth
pixelHeight
}
}";
@ -168,7 +168,7 @@ namespace Squidex.Domain.Apps.Read.Contents
fileSize
fileVersion
isImage
pixelWidth,
pixelWidth
pixelHeight
}}
}}";

Loading…
Cancel
Save