Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMcPMS committed Jun 27, 2024
1 parent 40d2086 commit c189191
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ public void ApplySet_Sequenced()
}

/// <summary>
/// Ensures that multiple apply operations are sequenced.
/// Ensures that a consistency check apply is not blocked.
/// </summary>
[Fact]
public void ApplySet_ConsistencyCheckNotSequenced()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
#pragma once
#include "winrt/Microsoft.Management.Configuration.h"
#include "Database/Schema/IConfigurationDatabase.h"
#include <winget/SQLiteWrapper.h>
#include <optional>
#include <vector>
#include <tuple>

Expand Down

0 comments on commit c189191

Please sign in to comment.