Skip to content

Commit

Permalink
Update executing_arbitrary_sql_as_part_of_transaction.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
elexisvenator committed Jan 10, 2025
1 parent 3b4a83a commit 8027c88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public async Task can_run_extra_sql()
var names = await conn.CreateCommand("select name from names order by name")
.FetchListAsync<string>();

names.ShouldHaveTheSameElementsAs("Babu", "Jeremy", "Oskar", "Hawx");
names.ShouldHaveTheSameElementsAs("Babu", "Hawx", "Jeremy", "Oskar");
}
}
}

0 comments on commit 8027c88

Please sign in to comment.