Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Commit

Permalink
Merge pull request #246 from google/unittest_ver
Browse files Browse the repository at this point in the history
define version constraint for unittest in console-full template
  • Loading branch information
devoncarew committed May 12, 2015
2 parents 77de5ce + 3ea21ea commit 23b0a5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/generators/console_full_data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ Y3VsYXRlKCkgewogIHJldHVybiA2ICogNzsKfQo=""",
ZSBjb21tYW5kLWxpbmUgYXBwbGljYXRpb24uCiNhdXRob3I6IHt7YXV0aG9yfX0gPGVtYWlsQGV4
YW1wbGUuY29tPgojaG9tZXBhZ2U6IGh0dHBzOi8vd3d3LmV4YW1wbGUuY29tCmVudmlyb25tZW50
OgogIHNkazogJz49MS4wLjAgPDIuMC4wJwojZGVwZW5kZW5jaWVzOgojICBmb29fYmFyOiAnPj0x
LjAuMCA8Mi4wLjAnCmRldl9kZXBlbmRlbmNpZXM6CiAgdW5pdHRlc3Q6IGFueQo=""",
LjAuMCA8Mi4wLjAnCmRldl9kZXBlbmRlbmNpZXM6CiAgdW5pdHRlc3Q6ICc+PTAuMTEuMCA8MC4x
Mi4wJwo=""",
"test/all.dart",
"text",
"""Ly8gQ29weXJpZ2h0IChjKSB7e3llYXJ9fSwge3thdXRob3J9fS4gQWxsIHJpZ2h0cyByZXNlcnZl
Expand Down
2 changes: 1 addition & 1 deletion templates/console-full/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ environment:
#dependencies:
# foo_bar: '>=1.0.0 <2.0.0'
dev_dependencies:
unittest: any
unittest: '>=0.11.0 <0.12.0'

0 comments on commit 23b0a5e

Please sign in to comment.