Skip to content

Commit 54ec4e8

Browse files
committed
fix ui unit test
1 parent e3d6567 commit 54ec4e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console/atest-ui/src/views/__test__/store.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import { SupportedExtension, SupportedExtensions } from "../store";
1919
describe("SupportedExtensions", () => {
2020
test('length check', () => {
2121
const extensions = SupportedExtensions()
22-
expect(extensions.length).toBe(8)
22+
expect(extensions.length).toBe(9)
2323
})
2424

2525
for (const extension of SupportedExtensions()) {

0 commit comments

Comments
 (0)