mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
Fixed some compile warnings.
This commit is contained in:
@@ -14,8 +14,6 @@ namespace NzbDrone.Core.Test.Datastore.Migration
|
||||
[Test]
|
||||
public void should_convert_comma_separted_string_to_list()
|
||||
{
|
||||
var deviceId = "device_id";
|
||||
|
||||
WithTestDb(c =>
|
||||
{
|
||||
c.Insert.IntoTable("Notifications").Row(new
|
||||
|
||||
Reference in New Issue
Block a user