aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Api.Tests/ModelBinders/TestType.cs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Jellyfin.Api.Tests/ModelBinders/TestType.cs')
-rw-r--r--tests/Jellyfin.Api.Tests/ModelBinders/TestType.cs11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/Jellyfin.Api.Tests/ModelBinders/TestType.cs b/tests/Jellyfin.Api.Tests/ModelBinders/TestType.cs
new file mode 100644
index 000000000..92c534eae
--- /dev/null
+++ b/tests/Jellyfin.Api.Tests/ModelBinders/TestType.cs
@@ -0,0 +1,11 @@
+namespace Jellyfin.Api.Tests.ModelBinders
+{
+ public enum TestType
+ {
+ How,
+ Much,
+ Is,
+ The,
+ Fish
+ }
+}