Skip to content

Commit 9766a38

Browse files
authored
Check if the executable path is an exact match (#1054)
1 parent 4686eb9 commit 9766a38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/PuppeteerSharp.Tests/PuppeteerTests/ExecutablePathTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ public void ShouldWork()
1111
{
1212
var executablePath = Puppeteer.GetExecutablePath();
1313
Assert.True(File.Exists(executablePath));
14+
Assert.Equal(new FileInfo(executablePath).FullName, executablePath);
1415
}
1516
}
1617
}

0 commit comments

Comments
 (0)