Skip to content

Commit fd73618

Browse files
committed
test: fix typo
1 parent 0bdc6fa commit fd73618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/realtime_client/test/socket_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ void main() {
423423
});
424424

425425
group('setAuth', () {
426-
final updateJoinPayload = {'acess_token': 'token123'};
426+
final updateJoinPayload = {'access_token': 'token123'};
427427
final pushPayload = {'access_token': 'token123'};
428428

429429
test(

0 commit comments

Comments
 (0)