Skip to content

Commit

Permalink
code factor
Browse files Browse the repository at this point in the history
  • Loading branch information
kblok committed Apr 15, 2023
1 parent f612658 commit 4dd4526
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/PuppeteerSharp.Tests/PageTests/QueryObjectsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ public async Task ShouldWork()
return objects.length;
}", objectsHandle));


// Check that instances.
Assert.True(await Page.EvaluateFunctionAsync<bool>(@"objects => {
return objects[0] === self.customClass;
Expand Down

0 comments on commit 4dd4526

Please sign in to comment.