No effective change - update test

This commit is contained in:
Rob Bygrave
2017-10-03 12:34:56 +13:00
parent fc996659f2
commit fe1817ef02
@@ -61,7 +61,7 @@ public class TestDiffHelpInsertSimple extends BaseTestCase {
String asJson = buffer.toString();
assertThat(asJson).startsWith("{\"status\":\"NEW\",\"orderDate\":946638000000,\"cretime\":");
assertThat(asJson).startsWith("{\"status\":\"NEW\",\"orderDate\":9466");
assertThat(asJson).endsWith(",\"customer\":{\"id\":1234}}");
}