Skip to content

Commit

Permalink
Rename TryOutE2ETests to LexboxSendReceiveTests
Browse files Browse the repository at this point in the history
  • Loading branch information
rmunn committed Aug 26, 2024
1 parent 0f10f6b commit 9f09fc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace LfMerge.Core.Tests.E2E
[TestFixture]
[Category("LongRunning")]
[Category("IntegrationTests")]
public class TryOutE2ETests : E2ETestBase
public class LexboxSendReceiveTests : E2ETestBase
{
// This test will often trigger a race condition in LexBox that causes the *next* test to fail
// when `hg clone` returns 404. This is because of hgweb's directory cache, which only refreshes
Expand Down

0 comments on commit 9f09fc0

Please sign in to comment.