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 0007128 commit 6796159
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/Libraries/PackageManagerTests/PackageLoaderTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -555,14 +555,6 @@ public void LoadingPackageDoesNotAffectLoadedSearchEntries()

// Check that node belonging to one of the preloaded packages exists and is unique
var entries = CurrentDynamoModel.SearchModel.Entries.ToList();
foreach (var ent in entries)
{
var f = ent.FullName;
if (f.StartsWith("A"))
{
continue;
}
}
Assert.IsTrue(entries.Count(x => x.FullName == "AnotherPackage.AnotherPackage.AnotherPackage.HelloAnotherWorld") == 1);

loader.PackagesLoaded -= libraryLoader.LoadPackages;
Expand Down

0 comments on commit 6796159

Please sign in to comment.