Skip to content

Commit 907e3d8

Browse files
Fixed fubars in pubspec and grid index test
1 parent 21c9164 commit 907e3d8

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ homepage: https://github.com/argentiapparatus/regular_grid
66
environment:
77
sdk: '>=1.0.0'
88
dependencies:
9-
quiver: 0.14.0
9+
quiver: '>=0.14.0'
1010
dev_dependencies:
1111
unittest: '>=0.10.0'

test/grid_index2_test.dart

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@ void grid_index2_tests() {
2222

2323
GridIndex2 g, f;
2424

25-
group('BLARP:', () {
26-
test('BLURP', () {
27-
g = new GridIndex2(-7, 9);
28-
expect(g, indexIs(-7, 9));
29-
});
30-
});
31-
3225
group('GridIndex2::', () {
3326

3427
group('Constructors:', () {

0 commit comments

Comments
 (0)