mirror of
https://github.com/foss42/apidash.git
synced 2025-12-01 18:28:25 +08:00
Update http_client_manager_test.dart
This commit is contained in:
@@ -19,7 +19,7 @@ void main() {
|
||||
});
|
||||
|
||||
test('should track active client correctly', () {
|
||||
final requestId = 'req1';
|
||||
const requestId = 'req1';
|
||||
manager.createClient(requestId);
|
||||
expect(manager.hasActiveClient(requestId), isTrue);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user