Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Didn't highlight assert fail line number in Xcode 8 #185

Open
marcuswu0814 opened this issue Dec 16, 2016 · 0 comments
Open

Didn't highlight assert fail line number in Xcode 8 #185

marcuswu0814 opened this issue Dec 16, 2016 · 0 comments

Comments

@marcuswu0814
Copy link

My test code:

...
it(@"should close info dialog", ^{
    [dataModel cancelRequest];

    expect(dataModel.isShowingDialog).to.equal(NO);
});

whenexpect(dataModel.isShowingDialog).to.equal(NO); fail, Xcode didn't highlight it but have fail log, anything I forgot to set?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant