Skip to content

Commit

Permalink
Code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Jan 31, 2025
1 parent b18c15b commit 3284ea0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ public class OrchardCoreUITestExecutorConfiguration
public static readonly Action<IEnumerable<ResponseData>> AssertResponseLogIsEmpty =
responses => responses.ShouldBeEmpty(responses.ToFormattedString());

private CancellationToken _testCancellationToken;

/// <summary>
/// Gets the global events available during UI test execution.
/// </summary>
Expand Down Expand Up @@ -176,8 +178,6 @@ public class OrchardCoreUITestExecutorConfiguration
/// </summary>
public ShortcutsConfiguration ShortcutsConfiguration { get; set; } = new();

private CancellationToken _testCancellationToken;

/// <summary>
/// Gets or sets a <see cref="CancellationToken"/> that cancels the test execution.
/// </summary>
Expand Down

0 comments on commit 3284ea0

Please sign in to comment.