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 6796159 commit f8f9aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Libraries/PackageManagerTests/PackageLoaderTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ public void LoadingPackageDoesNotAffectLoadedSearchEntries()

// Check that node belonging to one of the preloaded packages exists and is unique
var entries = CurrentDynamoModel.SearchModel.Entries.ToList();
Assert.IsTrue(entries.Count(x => x.FullName == "AnotherPackage.AnotherPackage.AnotherPackage.HelloAnotherWorld") == 1);
Assert.IsTrue(entries.Count(x => x.FullName == "Package.Package.Package.Package") == 1);

loader.PackagesLoaded -= libraryLoader.LoadPackages;
loader.RequestLoadNodeLibrary -= libraryLoader.LoadLibraryAndSuppressZTSearchImport;
Expand Down

0 comments on commit f8f9aa4

Please sign in to comment.