aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Api.Tests/ModelBinders/TestType.cs
blob: 92c534eaea8de9e4bffe41bb4f81aa5fc3ff1cbc (plain)
1
2
3
4
5
6
7
8
9
10
11
namespace Jellyfin.Api.Tests.ModelBinders
{
    public enum TestType
    {
        How,
        Much,
        Is,
        The,
        Fish
    }
}