Skip to content

Commit 390b6d3

Browse files
committed
autocomplete test [nfc]: s/streams/topics in a topic test name
1 parent 85ff72c commit 390b6d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/model/autocomplete_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1258,7 +1258,7 @@ void main() {
12581258
.topic.equals(third.name);
12591259
});
12601260

1261-
test('TopicAutocompleteView updates results when streams are loaded', () async {
1261+
test('TopicAutocompleteView updates results when topics are loaded', () async {
12621262
final store = eg.store();
12631263
final connection = store.connection as FakeApiConnection;
12641264
connection.prepare(json: GetStreamTopicsResult(

0 commit comments

Comments
 (0)