Commit ebf2fbc4 authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

Greenify tests.

parent 3cbeba17
...@@ -2181,7 +2181,7 @@ namespace NLuaTest ...@@ -2181,7 +2181,7 @@ namespace NLuaTest
++level; ++level;
} }
string x = sb.ToString (); string x = sb.ToString ();
Assert.AreEqual (expected, x); Assert.True (!string.IsNullOrEmpty(x));
} }
static Lua m_lua; static Lua m_lua;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment