Skip to content

Commit

Permalink
Update Tests/SellerAPI.Tests/SellerControllerTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
gitauto-ai[bot] authored Nov 6, 2024
1 parent be67279 commit 31b0f3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/SellerAPI.Tests/SellerControllerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public void CreateSeller_ReturnsCreatedAtActionResult()
Id = 1,
Name = "Test Seller",
ContactInfo = "[email protected]"
};
var result = _controller.CreateSeller(seller);
Assert.IsType<CreatedAtActionResult>(result);
}
Expand Down

0 comments on commit 31b0f3f

Please sign in to comment.