We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd1bd59 commit 23a152dCopy full SHA for 23a152d
1 file changed
test/basic.js
@@ -168,10 +168,10 @@ describe('images', function (cb) {
168
}
169
170
// should contain an image that represents the build artifcats
171
- stream.indexOf('test-ios-app-build').should.not.equal(-1);
+ stream.indexOf('test_ios_app').should.not.equal(-1);
172
173
// should contain an image that represents the ios image
174
- stream.indexOf('test-ios-app').should.not.equal(-1);
+ stream.indexOf('test_ios_app-build').should.not.equal(-1);
175
176
// shut down the http server
177
test_unit.on('close', function () {
0 commit comments