We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4163ebe commit 8bd4f4bCopy full SHA for 8bd4f4b
test/model/autocomplete_test.dart
@@ -1258,7 +1258,7 @@ void main() {
1258
.topic.equals(third.name);
1259
});
1260
1261
- test('TopicAutocompleteView updates results when streams are loaded', () async {
+ test('TopicAutocompleteView updates results when topics are loaded', () async {
1262
final store = eg.store();
1263
final connection = store.connection as FakeApiConnection;
1264
connection.prepare(json: GetStreamTopicsResult(
0 commit comments