Skip to content

Commit

Permalink
test: update test file
Browse files Browse the repository at this point in the history
  • Loading branch information
drawcall committed Nov 24, 2020
1 parent 5ffd254 commit 5d2ff5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/src/core/context.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import 'dart:ui' as ui;
import "dart:math";
import 'dart:ui' as ui;
import 'package:flutter/widgets.dart';
import '../math/point.dart';
import '../math/mathutil.dart';
Expand Down
3 changes: 1 addition & 2 deletions test/widget_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@

import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';

import 'package:zerker/zerker.dart';
import '../lib/zerker.dart';

void main() {
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
Expand Down

0 comments on commit 5d2ff5f

Please sign in to comment.