From a76a2cf74d96874ae0a733aa000fae9af99efa0b Mon Sep 17 00:00:00 2001 From: Pete ba Date: Sun, 27 Oct 2019 15:58:57 +0000 Subject: [PATCH] Update tests --- test/expected.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/expected.json b/test/expected.json index 16b6136..e1752d6 100644 --- a/test/expected.json +++ b/test/expected.json @@ -2,6 +2,9 @@ "noWeather": { "01002": { "tz": 32, + "rawData": { + "weatherProvider": "Manual" + }, "sunrise": 332, "sunset": 1203, "eip": 2130706433, @@ -19,7 +22,8 @@ "h": 98.5, "p": 1.09, "t": 70.8, - "raining": 1 + "raining": 1, + "weatherProvider": "OWM" }, "errCode": 0 }