From 12988ddbc7935217e9644ba6198d2a7b919dbf81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eddy=20=E2=88=86?= Date: Thu, 12 Aug 2021 11:34:34 +0100 Subject: [PATCH] [timezone_offset] spec test config file (#10) --- tests/resources/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/resources/config.json b/tests/resources/config.json index 4159497..f2b7b94 100644 --- a/tests/resources/config.json +++ b/tests/resources/config.json @@ -7,6 +7,6 @@ "temp_dir": "tests/output", "memory_buffer": 2000000, "compression": "none", - "timezone": 0, + "timezone_offset": 0, "naming_convention": "{stream}-{timestamp}.jsonl" }