Skip to content

Commit f60bc68

Browse files
authored
Fix formatting (#23484)
Signed-off-by: Dmytro Nochevnov <[email protected]>
1 parent 7679af1 commit f60bc68

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/e2e/specs/dashboard-samples/RecommendedExtensions.spec.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,10 @@ for (const sample of samples) {
299299
Logger.debug('recommendedExtensions.recommendations: Get recommendations clear names using map().');
300300

301301
// skip the test if only redhat.fabric8-analytics extension is found in Dev Spaces 3.22.x (issue CRW-9186)
302-
if (BASE_TEST_CONSTANTS.TESTING_APPLICATION_NAME() === 'devspaces' && BASE_TEST_CONSTANTS.TESTING_APPLICATION_VERSION.startsWith('3.22')) {
302+
if (
303+
BASE_TEST_CONSTANTS.TESTING_APPLICATION_NAME() === 'devspaces' &&
304+
BASE_TEST_CONSTANTS.TESTING_APPLICATION_VERSION.startsWith('3.22')
305+
) {
303306
const dependencyAnalyticsExtensionName: string = 'redhat.fabric8-analytics';
304307
if (
305308
recommendedExtensions.recommendations.includes(dependencyAnalyticsExtensionName) &&

0 commit comments

Comments
 (0)