Skip to content

Commit

Permalink
test ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-nitehawk committed Aug 29, 2023
1 parent 5f89712 commit fded80f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FastEndpoints.TemplatePack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>

<Version>1.1.1</Version>
<Version>1.1.1.1</Version>

<PackageType>Template</PackageType>
<PackageId>FastEndpoints.TemplatePack</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion templates/project/Tests/EndpointTests/SayHelloTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public class SayHelloTests : TestBase
{
public SayHelloTests(AppFixture fixture) : base(fixture) { }

[Fact]
[Fact, Priority(1)]
public async Task Invalid_User_Input()
{
var (rsp, res) = await App.GuestClient.POSTAsync<Endpoint, Request, ErrorResponse>(new()
Expand Down

0 comments on commit fded80f

Please sign in to comment.