integration tests
This commit is contained in:
@@ -104,4 +104,9 @@ export class InMemoryDriverExtendedProfileProvider implements DriverExtendedProf
|
||||
openToRequests: hash % 2 === 0,
|
||||
};
|
||||
}
|
||||
|
||||
clear(): void {
|
||||
this.logger.info('[InMemoryDriverExtendedProfileProvider] Clearing all data');
|
||||
// No data to clear as this provider generates data on-the-fly
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user