Skip to content

Commit 23a152d

Browse files
committed
fix image list test
1 parent cd1bd59 commit 23a152d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/basic.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,10 @@ describe('images', function (cb) {
168168
}
169169

170170
// should contain an image that represents the build artifcats
171-
stream.indexOf('test-ios-app-build').should.not.equal(-1);
171+
stream.indexOf('test_ios_app').should.not.equal(-1);
172172

173173
// should contain an image that represents the ios image
174-
stream.indexOf('test-ios-app').should.not.equal(-1);
174+
stream.indexOf('test_ios_app-build').should.not.equal(-1);
175175

176176
// shut down the http server
177177
test_unit.on('close', function () {

0 commit comments

Comments
 (0)