Skip to content

Commit 519ec5d

Browse files
committed
compose test [nfc]: Give enterTopic a dartdoc
1 parent c710df3 commit 519ec5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/widgets/compose_box_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ void main() {
8080
controller = tester.state<ComposeBoxState>(find.byType(ComposeBox)).controller;
8181
}
8282

83+
/// Set the topic input's text to [topic], using [WidgetTester.enterText].
8384
Future<void> enterTopic(WidgetTester tester, {
8485
required ChannelNarrow narrow,
8586
required String topic,

0 commit comments

Comments
 (0)