One more Windows test
This commit is contained in:
parent
3cd7c8a61c
commit
dea9cdde58
|
@ -50,7 +50,7 @@ public class GraphQLEngineTest {
|
||||||
" \"unit\":\"cm\"\n" +
|
" \"unit\":\"cm\"\n" +
|
||||||
" }\n" +
|
" }\n" +
|
||||||
"}";
|
"}";
|
||||||
assertEquals(expected, outputBuilder.toString());
|
assertEquals(TestUtil.stripReturns(expected), TestUtil.stripReturns(outputBuilder.toString()));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -95,7 +95,7 @@ public class GraphQLEngineTest {
|
||||||
" }\n" +
|
" }\n" +
|
||||||
" }\n" +
|
" }\n" +
|
||||||
"}";
|
"}";
|
||||||
assertEquals(expected, outputBuilder.toString());
|
assertEquals(TestUtil.stripReturns(expected), TestUtil.stripReturns(outputBuilder.toString()));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue