Test Cases
This commit is contained in:
@@ -6,7 +6,8 @@ void main() {
|
||||
test(
|
||||
'TypingIndicatorController ignores late remote events after dispose',
|
||||
() async {
|
||||
final client = SupabaseClient('http://localhost', 'test-key');
|
||||
final client = SupabaseClient('http://localhost', 'test-key',
|
||||
authOptions: const AuthClientOptions(autoRefreshToken: false));
|
||||
final controller = TypingIndicatorController(client, 'ticket-1');
|
||||
|
||||
// initial state should be empty
|
||||
|
||||
Reference in New Issue
Block a user