Skip to content

Commit

Permalink
Update PackageLoaderTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
zeusongit committed Feb 2, 2024
1 parent f8f9aa4 commit 563d228
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/Libraries/PackageManagerTests/PackageLoaderTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ public void LoadPackagesReturnsAllValidPackagesInValidDirectory()
Preferences = CurrentDynamoModel.PreferenceSettings,
});

// There are 20 packages in "Dynamo\test\pkgs"
// There are 21 packages in "Dynamo\test\pkgs"
Assert.AreEqual(21, loader.LocalPackages.Count());

// Verify that interdependent packages are resolved successfully
Expand Down Expand Up @@ -541,7 +541,7 @@ public void LoadingPackageDoesNotAffectLoadedSearchEntries()
Preferences = CurrentDynamoModel.PreferenceSettings,
});

// There are 20 packages in "Dynamo\test\pkgs"
// There are 21 packages in "Dynamo\test\pkgs"
Assert.AreEqual(21, loader.LocalPackages.Count());

// Simulate loading new package from PM
Expand Down Expand Up @@ -669,7 +669,7 @@ public void LoadingConflictingCustomNodePackageDoesNotGetLoaded()
Preferences = CurrentDynamoModel.PreferenceSettings,
});

// There are 20 packages in "Dynamo\test\pkgs"
// There are 21 packages in "Dynamo\test\pkgs"
Assert.AreEqual(21, loader.LocalPackages.Count());

var entries = CurrentDynamoModel.SearchModel.Entries.OfType<CustomNodeSearchElement>();
Expand Down

0 comments on commit 563d228

Please sign in to comment.