Skip to content

Commit

Permalink
prepare for 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Sep 11, 2021
1 parent 0d15ade commit caa2499
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion test/not_replay_value_stream/value_subject_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import 'dart:async';

import 'package:pedantic/pedantic.dart';
import 'package:rxdart_ext/rxdart_ext.dart';
import 'package:test/test.dart';

Expand Down
1 change: 0 additions & 1 deletion test/single/single_or_error_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import 'dart:async';

import 'package:dart_either/dart_either.dart';
import 'package:pedantic/pedantic.dart';
import 'package:rxdart_ext/rxdart_ext.dart';
import 'package:test/test.dart';

Expand Down
3 changes: 2 additions & 1 deletion test/single/utils.dart
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import 'package:dart_either/dart_either.dart';
import 'package:pedantic/pedantic.dart';
import 'package:rxdart_ext/rxdart_ext.dart';
import 'package:test/test.dart';

import '../utils.dart';

void broadcastRule<T>(Single<T> single, bool isBroadcast) {
void ignoreError(Object e) {}

Expand Down
1 change: 1 addition & 0 deletions test/utils.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
void unawaited(Future<void> future) {}

0 comments on commit caa2499

Please sign in to comment.