Skip to content

Commit

Permalink
Fix tests on luau
Browse files Browse the repository at this point in the history
  • Loading branch information
kunitoki committed Apr 23, 2022
1 parent 251b34e commit 1ddef39
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Tests/Source/Tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,6 @@ TEST_F(LuaBridgeTest, Exception)
const auto error = call_callback_get_exception(cb2);
EXPECT_NE(std::string::npos, error.find("The lua function invocation raised an error"));
EXPECT_NE(std::string::npos, error.find("attempt to index"));
EXPECT_NE(std::string::npos, error.find("a nil value"));
EXPECT_NE(std::string::npos, error.find("global 'this'"));
EXPECT_NE(std::string::npos, error.find(" nil "));
}
#endif

0 comments on commit 1ddef39

Please sign in to comment.