Skip to content

Commit

Permalink
Fix failing unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
jpf91 committed Apr 14, 2017
1 parent 49f6ab8 commit cb3f00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test.d
Expand Up @@ -286,7 +286,7 @@ unittest
// Contains complete backtrace
assert(e.msg.canFind("A error message"));
assert(e.file.canFind("test.d"));
assert(e.line == 159);
assert(e.line == 160);
}

client.closeTCP();
Expand Down

0 comments on commit cb3f00b

Please sign in to comment.