Skip to content

Commit b51ed6c

Browse files
committedApr 16, 2018
update testsets
Signed-off-by: hhatto <[email protected]>
1 parent 19de2e4 commit b51ed6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/pc_windows.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ mod tests {
275275
assert_eq!(result.name, "Yandex Browser");
276276
assert_eq!(result.os, "Windows 7");
277277
assert_eq!(result.os_version, "NT 6.1".to_string());
278-
assert_eq!(result.version, "UNKNOWN");
278+
assert_eq!(result.version, "18.1.1.839");
279279
}
280280
}
281281
}

0 commit comments

Comments
 (0)
Please sign in to comment.