Skip to content

Commit

Permalink
Replace Octocat with dual account test second user.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdziadkiewicz committed Nov 12, 2017
1 parent 136a2c0 commit 7d8cc5f
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ public async Task CanGetAllInvitations()
}
}

[IntegrationTest]
[DualAccountTest]
public async Task ReturnsCorrectCountOfInvitationsWithStart()
{
var collaborator1 = "octocat";
var collaborator1 = Helper.CredentialsSecondUser.Login;
var github = Helper.GetAuthenticatedClient();
var repoName = Helper.MakeNameWithTimestamp("public-repo");

Expand Down Expand Up @@ -75,10 +75,10 @@ public async Task ReturnsCorrectCountOfInvitationsWithStart()
}
}

[IntegrationTest]
[DualAccountTest]
public async Task ReturnsCorrectCountOfInvitationsWithoutStart()
{
var collaborator = "octocat";
var collaborator = Helper.CredentialsSecondUser.Login;
var github = Helper.GetAuthenticatedClient();
var repoName = Helper.MakeNameWithTimestamp("public-repo");

Expand Down Expand Up @@ -108,7 +108,7 @@ public async Task ReturnsCorrectCountOfInvitationsWithoutStart()
[IntegrationTest]
public async Task ReturnsDistinctInvitationsBasedOnStart()
{
var collaborator1 = "octocat";
var collaborator1 = Helper.CredentialsSecondUser.Login;
var github = Helper.GetAuthenticatedClient();
var repoName = Helper.MakeNameWithTimestamp("public-repo");

Expand Down

0 comments on commit 7d8cc5f

Please sign in to comment.