From b9849d7fdc4273526b601e7d3378393ef500c51d Mon Sep 17 00:00:00 2001 From: Dhruvin Date: Thu, 17 Aug 2023 12:45:57 +0530 Subject: [PATCH] [fix]: unused element warning --- test/common_test/sdk_builder_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/common_test/sdk_builder_test.dart b/test/common_test/sdk_builder_test.dart index f84ba50..f078a0e 100644 --- a/test/common_test/sdk_builder_test.dart +++ b/test/common_test/sdk_builder_test.dart @@ -102,7 +102,7 @@ void main() { () async { GBError? error; - GrowthBookSDK sdk = await GBSDKBuilderApp( + await GBSDKBuilderApp( apiKey: testApiKey, hostURL: testHostURL, attributes: attr,