Skip to content

Commit

Permalink
fix tests (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Apr 21, 2021
1 parent 229adf3 commit d7c1d1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/integration_test.dart
Expand Up @@ -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();

Expand All @@ -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);
});
}

0 comments on commit d7c1d1c

Please sign in to comment.