Skip to content

Commit

Permalink
Update mqtt_test.dart
Browse files Browse the repository at this point in the history
Dart 1.7
  • Loading branch information
jnguillerme committed Oct 23, 2014
1 parent ba95b75 commit 3a96168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/mqtt_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'package:unittest/vm_config.dart';

import '../lib/mqtt_shared.dart';

class MqttMessagePublishMatcher extends BaseMatcher {
class MqttMessagePublishMatcher extends Matcher {
MqttMessagePublish _expected;

MqttMessagePublishMatcher(this._expected);
Expand Down Expand Up @@ -66,4 +66,4 @@ testPublish(String testName, num QoS, int retain) {

expect(m2, new MqttMessagePublishMatcher(m1));
});
}
}

0 comments on commit 3a96168

Please sign in to comment.