Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 2026 test #5276

Closed
wants to merge 1 commit into from
Closed

Conversation

keyboardDrummer
Copy link
Member

Description

Fix 2026 test

How has this been tested?

Test fix

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.

@keyboardDrummer keyboardDrummer added the run-deep-tests Tells CI to run all tests label Mar 28, 2024
@keyboardDrummer keyboardDrummer enabled auto-merge (squash) March 28, 2024 22:50
auto-merge was automatically disabled March 28, 2024 23:05

Pull request was closed

@@ -11,7 +11,7 @@ namespace XUnitExtensions.Lit {
/// because 'diff' does not exist on Windows.
/// </summary>
public class DiffCommand : ILitCommand {
public static readonly bool UpdateExpectFile = false;
public static readonly bool UpdateExpectFile = true;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be left to false :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run-deep-tests Tells CI to run all tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants