From 5321b1dc52ce79d90d3b63ff8687d2589bb38e7a Mon Sep 17 00:00:00 2001 From: Jan Romann Date: Fri, 17 May 2024 16:44:18 +0200 Subject: [PATCH] style(tests): add a missing trailing comma --- test/core/wot_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/core/wot_test.dart b/test/core/wot_test.dart index fbc0af63..c7011ff0 100644 --- a/test/core/wot_test.dart +++ b/test/core/wot_test.dart @@ -37,7 +37,7 @@ void main() { "nosec_sc": {"scheme": "nosec"}, }, "security": ["nosec_sc"], - "id": "urn:test" + "id": "urn:test", }; final wot = await Servient().start();