Skip to content

Commit

Permalink
Reverting two asserts to try to figure out the formatting issue (larg…
Browse files Browse the repository at this point in the history
…e diff)
  • Loading branch information
FranciscoJCLus committed Jan 21, 2019
1 parent 10e2b4a commit d75dd77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Libraries/test/EventsTests/EventTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,8 @@ public void APIGatewayProxyRequestTest()
Assert.Equal(requestContext.ResourceId, "roq9wj");
Assert.Equal(requestContext.Stage, "testStage");
Assert.Equal(requestContext.RequestId, "deef4878-7910-11e6-8f14-25afc3e9ae33");
Assert.Equal(requestContext.ConnectionId, "d034bc98-beed-4fdf-9e85-11bfc15bf734");
Assert.Equal(requestContext.DomainName, "somerandomdomain.net");

var identity = requestContext.Identity;
Assert.Equal(identity.CognitoIdentityPoolId, "theCognitoIdentityPoolId");
Expand Down

0 comments on commit d75dd77

Please sign in to comment.