Fix a Dart 2 runtime test failure (#14)

diff --git a/test/byte_accumulator_sink_test.dart b/test/byte_accumulator_sink_test.dart
index 123baa8..332e71c 100644
--- a/test/byte_accumulator_sink_test.dart
+++ b/test/byte_accumulator_sink_test.dart
@@ -6,7 +6,7 @@
 import 'package:test/test.dart';
 
 void main() {
-  var sink;
+  ByteAccumulatorSink sink;
   setUp(() {
     sink = new ByteAccumulatorSink();
   });