Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Commit

Permalink
Controller -> page
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbrandenburg committed Apr 14, 2017
1 parent 5a40ddf commit 6ac7fcc
Show file tree
Hide file tree
Showing 2 changed files with 142 additions and 142 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1329,10 +1329,10 @@ public void StatusCode_SetsStatusCode()
{
// Arrange
var statusCode = 205;
var statusCodeController = new StatusCodePageModel();
var statusCodeModel = new StatusCodePageModel();

// Act
var result = statusCodeController.StatusCode_Int(statusCode);
var result = statusCodeModel.StatusCode_Int(statusCode);

// Assert
Assert.Equal(statusCode, result.StatusCode);
Expand Down
Loading

0 comments on commit 6ac7fcc

Please sign in to comment.