Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	SimpleWebApi8.Tests/WebApiTests.cs
#	SimpleWebApi8/ThingHandlers.cs
  • Loading branch information
Al4ric committed Dec 29, 2023
2 parents f991b77 + bc7f3ea commit 61be590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimpleWebApi8.Tests/WebApiTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ public async Task TestCreateAndRetrieveMyThingEndpoint()
Assert.Equal(myThing.Tags, retrievedMyThing?.Tags);
Assert.Equal(myThing.Picture, retrievedMyThing?.Picture);
Assert.Equal(myThing.Place, retrievedMyThing?.Place);
}
}
}

0 comments on commit 61be590

Please sign in to comment.