Skip to content

Commit 5fe87f6

Browse files
committed
#RI-5114 - fix tests
1 parent 027be05 commit 5fe87f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

redisinsight/ui/src/utils/tests/capability.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ describe('getSourceTutorialByCapability', () => {
1616
})
1717

1818
const emptyCapability = { name: '', telemetryName: '', path: null, }
19-
const searchCapability = { name: 'Redis Query Engine capability', telemetryName: 'searchAndQuery', path: null, }
20-
const jsonCapability = { name: 'JSON capability', telemetryName: 'JSON', path: null, }
19+
const searchCapability = { name: 'Redis Query Engine', telemetryName: 'searchAndQuery', path: null, }
20+
const jsonCapability = { name: 'JSON data structure', telemetryName: 'JSON', path: null, }
2121
const tsCapability = { name: 'Time series data structure', telemetryName: 'timeSeries', path: null, }
2222
const bloomCapability = { name: 'Probabilistic data structures', telemetryName: 'probabilistic', path: null, }
2323

0 commit comments

Comments
 (0)