Skip to content

Commit aa670de

Browse files
committed
remove occurences of chat
1 parent b107cad commit aa670de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/stream_feed/lib/src/core/http/stream_http_client.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class StreamHttpClient {
5252
]);
5353
}
5454

55-
/// Your project Stream Chat api key.
55+
/// Your project Stream Feed api key.
5656
///
5757
/// Find your API keys here https://getstream.io/dashboard/.
5858
///

packages/stream_feed/test/stream_feeds_error_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import 'package:stream_feed/src/core/error/stream_feeds_error.dart';
55
import 'package:test/test.dart';
66

77
void main() {
8-
group('StreamChatNetworkError', () {
8+
group('StreamFeedNetworkError', () {
99
test('.raw', () {
1010
const code = 400;
1111
const message = 'test-error-message';

0 commit comments

Comments
 (0)