mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-25 22:59:10 -04:00
updated fluentassertion
This commit is contained in:
@@ -24,7 +24,7 @@ namespace NzbDrone.Core.Test.ThingiProvider
|
||||
|
||||
var storedSetting = (NewznabSettings)storedProvider.Settings;
|
||||
|
||||
storedSetting.ShouldHave().AllProperties().EqualTo(newznabSettings);
|
||||
storedSetting.ShouldBeEquivalentTo(newznabSettings);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user