aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Model.Tests/Extensions
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2025-01-11 09:37:28 -0700
committerGitHub <noreply@github.com>2025-01-11 09:37:28 -0700
commitfb5da641f418f5e696d3d021fa3638bde456e981 (patch)
treeb0e623be007d72f87f15394e1c22424c86edddee /tests/Jellyfin.Model.Tests/Extensions
parentfd3057b54957a8980acf90ade54d38341e6d695d (diff)
Update dependency FsCheck.Xunit to v3 (#13333)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Cody Robibero <cody@robibe.ro>
Diffstat (limited to 'tests/Jellyfin.Model.Tests/Extensions')
-rw-r--r--tests/Jellyfin.Model.Tests/Extensions/StringHelperTests.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Jellyfin.Model.Tests/Extensions/StringHelperTests.cs b/tests/Jellyfin.Model.Tests/Extensions/StringHelperTests.cs
index 0a4e060df..c710df082 100644
--- a/tests/Jellyfin.Model.Tests/Extensions/StringHelperTests.cs
+++ b/tests/Jellyfin.Model.Tests/Extensions/StringHelperTests.cs
@@ -1,5 +1,6 @@
using System;
using FsCheck;
+using FsCheck.Fluent;
using FsCheck.Xunit;
using MediaBrowser.Model.Extensions;
using Xunit;