Skip to content

Commit 49788c1

Browse files
committed
Fix typo in test method name.
1 parent e51a9e7 commit 49788c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/SideBySide/InsertTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ enum MySqlColor
380380
}
381381

382382
[Fact]
383-
public void InsertMySqSet()
383+
public void InsertMySqlSet()
384384
{
385385
m_database.Connection.Execute(@"drop table if exists insert_mysql_set;
386386
create table insert_mysql_set(

0 commit comments

Comments
 (0)