Skip to content

Commit

Permalink
tests fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Gołębiowski committed Jan 8, 2025
1 parent 5691ed5 commit ca3e2e3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Cody.VisualStudio.Tests/ChatLoggedBasicTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public async Task Solution_Name_Is_Added_To_Chat_Input()
await OpenSolution(SolutionsPaths.GetConsoleApp1File("ConsoleApp1.sln"));

// when
await ShowChatTab();
var tags = await GetChatContextTags();

// then
Expand Down
1 change: 0 additions & 1 deletion src/Cody.VisualStudio.Tests/ChatNotLoggedStateTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ private async Task NotInLoggedState(Func<Task> action)
finally
{
await RevertToken();
await Task.Delay(1000);
}
}

Expand Down

0 comments on commit ca3e2e3

Please sign in to comment.