Skip to content

Commit bb68734

Browse files
committed
test: update the changed file domain
1 parent 14c37bd commit bb68734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cloud.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ describe('AV.Cloud', function() {
5959
expect(result.avObject.get('fileColumn')).to.be.a(AV.File);
6060
expect(result.avObject.get('fileColumn').name()).to.be('ttt.jpg');
6161
expect(result.avObject.get('fileColumn').url()).to.be(
62-
'http://ac-4h2h4okw.clouddn.com/4qSbLMO866Tf4YtT9QEwJwysTlHGC9sMl7bpTwhQ.jpg'
62+
'http://lc-4h2h4okw.cn-n1.lcfile.com/4qSbLMO866Tf4YtT9QEwJwysTlHGC9sMl7bpTwhQ.jpg'
6363
);
6464

6565
result.avObjects.forEach(function(object) {

0 commit comments

Comments
 (0)