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

exception with message does not show the right sourcecode #81

Open
gedaiu opened this issue Jun 2, 2018 · 0 comments
Open

exception with message does not show the right sourcecode #81

gedaiu opened this issue Jun 2, 2018 · 0 comments

Comments

@gedaiu
Copy link
Owner

gedaiu commented Jun 2, 2018

 should throw a `CrateNotFoundException` with message equal ``. `The user does not exist.` is not equal to ``.
Diff:The user does not exist.


   Actual:The user does not exist.

../../.dub/packages/fluent-asserts-0.11.4/fluent-asserts/source/fluentasserts/core/base.d:417
   411:
   412:
   413:  auto withMessage(string expectedMessage) {
   414:    auto s = ShouldString(msg);
   415:    check = false;
   416:
>  417:    return s.forceMessage(messages ~ Message(false, " with message")).equal(expectedMessage);
   418:  }

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