"vscode:/vscode.git/clone" did not exist on "806459f481cdd0c43aeb9ba37f16154414cf5ca9"
Fix tests failure on 32bit build (#9318)
Fix test introduced in #9202 that failed on 32bit CI. The failure was due to a wrong double comparison. Change code to stringify the double first and then compare.
Please register or sign in to comment