Fix unit test
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Deukhoofd 2020-08-16 17:35:51 +02:00
parent 5c9e58d032
commit 010600c76b
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ TEST_CASE("Throw exception get stack trace") {
Thrower();
} catch (const ArbUt::Exception& e) {
REQUIRE(e.GetStacktrace(1) == "Stacktrace with depth 1: \n"
"ExceptionTests.cpp[10] Thrower()\n");
"ExceptionTests.cpp[11] Thrower()\n");
}
}