Skip to content

Commit d9837e9

Browse files
committed
fix UT
1 parent 3cbd2a6 commit d9837e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/openlayers/control/ChangeTileVersionSpec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ describe('openlayers_ChangeTileVersion', function () {
8282
expect(result.options.collapsed).toBeTruthy();
8383
expect(result.options.switch).toBeTruthy();
8484
expect(result.options.orientation).toBe("horizontal");
85-
expect(result.options.title).toBe("切换缓存版本");
85+
expect(result.options.title).toBe("switch tile version");
8686
expect(result.options.tooltip).toBe("top");
8787
});
8888

@@ -97,7 +97,7 @@ describe('openlayers_ChangeTileVersion', function () {
9797
expect(changeTileVersion.options.collapsed).toBeTruthy();
9898
expect(changeTileVersion.options.switch).toBeTruthy();
9999
expect(changeTileVersion.options.orientation).toBe("horizontal");
100-
expect(changeTileVersion.options.title).toBe("切换缓存版本");
100+
expect(changeTileVersion.options.title).toBe("switch tile version");
101101
expect(changeTileVersion.options.tooltip).toBe("top");
102102
});
103103

0 commit comments

Comments
 (0)