Skip to content

Commit

Permalink
doc(static_home_test): fix typo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
CHOOSEIT authored Apr 9, 2024
1 parent 752dd82 commit 5d6edb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/component/home/static_home_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ void main() {
final emptyPostMessage = find.byKey(HomeFeed.emptyHomeFeedKey);
expect(emptyPostMessage, findsOneWidget);

// Check that the refrsh button is displayed
// Check that the refresh button is displayed
final refreshButton = find.byKey(HomeFeed.refreshButtonKey);
expect(refreshButton, findsOneWidget);
});
Expand Down

0 comments on commit 5d6edb1

Please sign in to comment.