1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Make overridden version of application exactly the one required by unit test

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
Janne Savolainen 2022-05-25 08:32:25 +03:00
parent de8d5eef37
commit 0f43ca0ce6
No known key found for this signature in database
GPG Key ID: 8C6CFB2FFFE8F68A

View File

@ -363,7 +363,7 @@ users:
mockFs(mockOpts);
mainDi.override(appVersionInjectable, () => "3.7.0");
mainDi.override(appVersionInjectable, () => "3.6.0");
createCluster = mainDi.inject(createClusterInjectionToken);