File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Describe "Verify the Binaries SHA256 Hash" {
33
33
}
34
34
35
35
It " Check GeckoDriver.exe Hash" {
36
- # VirusTotal Scan URL = https://www.virustotal.com/gui/file/1ae81b2a6f40f7d11be3c91c4d83977ae0c0897bd5d154c02a6d869b58866b58 /detection
36
+ # VirusTotal Scan URL = https://www.virustotal.com/gui/file/3104a5ba26ff22962d0d75536506c081939bcd7580ba16503d4f3ce5507d06d2 /detection
37
37
$Hash = (Get-FileHash - Algorithm SHA256 - Path $PSScriptRoot \assemblies\geckodriver.exe ).Hash
38
38
$Hash | Should Be (Get-Content - Path $PSScriptRoot \assemblies\geckodriver.exe .sha256)
39
39
}
Original file line number Diff line number Diff line change 1
- 1AE81B2A6F40F7D11BE3C91C4D83977AE0C0897BD5D154C02A6D869B58866B58
1
+ 3104A5BA26FF22962D0D75536506C081939BCD7580BA16503D4F3CE5507D06D2
You can’t perform that action at this time.
0 commit comments