Change deceptive test name

This commit is contained in:
Susko3 2024-04-17 12:14:05 +02:00
parent 6f8564fb9d
commit ec3ce75780
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ namespace SDL3.Tests
public class TestUtf8String
{
[Test]
public void TestNullImplicitConversion()
public void TestNoImplicitConversion()
{
checkNull(null);
checkNull(default);