Skip to content

Commit 5dffe0c

Browse files
Merge pull request #3542 from RedisInsight/fe/bugfix/test
fix test
2 parents 744ae68 + 72a5a89 commit 5dffe0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/pages/rdi/statistics/StatisticsPage.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ describe('StatisticsPage', () => {
131131
components: { processor: 'not-ready' },
132132
pipelines: {
133133
default: {
134-
status: 'not ready',
134+
status: 'not-ready',
135135
state: 'some',
136136
tasks: 'none',
137137
}

0 commit comments

Comments
 (0)