From c3cb68ee1593d0fc4fc7b09a8a6d1848e795b52b Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Wed, 21 Apr 2021 09:51:45 -0700 Subject: [PATCH] fix tests --- test/integration_test.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/integration_test.dart b/test/integration_test.dart index e7d39e7..168362c 100644 --- a/test/integration_test.dart +++ b/test/integration_test.dart @@ -14,10 +14,10 @@ void main() { name: example version: 1.2.3 environment: - sdk: '>=2.0.0 <3.0.0' + sdk: '>=2.12.0 <3.0.0' dev_dependencies: - build_runner: ^1.0.0 + build_runner: ^2.0.0 build_version: ^2.0.0 ''').create(); @@ -41,7 +41,7 @@ const packageVersion = '1.2.3'; await process.shouldExit(0); }); - test('succes unit test', () async { + test('success unit test', () async { expectBuildCleanImpl(d.sandbox, defaultCommand); }); }