From 70c011436c74e0af1e145ef5fcd2cfc112a32bd3 Mon Sep 17 00:00:00 2001 From: denis Date: Thu, 1 Mar 2018 01:14:23 +0100 Subject: [PATCH] Force CI Build to run again Test pass, but CI failed... :/ --- types/geojson/geojson-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/geojson/geojson-tests.ts b/types/geojson/geojson-tests.ts index 19a3a4fd53..c5c3fa2bdd 100644 --- a/types/geojson/geojson-tests.ts +++ b/types/geojson/geojson-tests.ts @@ -231,7 +231,7 @@ interface TestProperty { } const testProps: TestProperty = { - foo: "bar", + foo: "baz", hello: "world" };