We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e39c911 commit cb4318bCopy full SHA for cb4318b
redisinsight/api/test/api/analytics/analytics.test.ts
@@ -30,6 +30,6 @@ describe('Analytics', () => {
30
expect(found?.properties?.appVersion).to.be.a('string');
31
expect(found?.properties?.osPlatform).to.be.a('string');
32
expect(found?.properties?.buildType).to.be.a('string');
33
- expect(found?.properties?.port).to.be.a('string');
+ expect(found?.properties?.port).to.be.a('number');
34
});
35
0 commit comments