mirror of https://github.com/ppy/SDL3-CS.git
Change deceptive test name
This commit is contained in:
parent
6f8564fb9d
commit
ec3ce75780
|
|
@ -10,7 +10,7 @@ namespace SDL3.Tests
|
|||
public class TestUtf8String
|
||||
{
|
||||
[Test]
|
||||
public void TestNullImplicitConversion()
|
||||
public void TestNoImplicitConversion()
|
||||
{
|
||||
checkNull(null);
|
||||
checkNull(default);
|
||||
|
|
|
|||
Loading…
Reference in New Issue