mirror of
https://github.com/foss42/apidash.git
synced 2025-12-02 02:39:19 +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', () {
|
test('should track active client correctly', () {
|
||||||
final requestId = 'req1';
|
const requestId = 'req1';
|
||||||
manager.createClient(requestId);
|
manager.createClient(requestId);
|
||||||
expect(manager.hasActiveClient(requestId), isTrue);
|
expect(manager.hasActiveClient(requestId), isTrue);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user