Skip to content

Commit fe802b9

Browse files
committed
tests: set architecture to x86
1 parent e5516bc commit fe802b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ mod tests {
186186
locale,
187187
timezone: "CET".to_string(),
188188
user_agent: "Chrome".to_string(),
189-
user_agent_architecture: "fuck knows".to_string(),
189+
user_agent_architecture: "x86".to_string(),
190190
user_agent_bitness: "64".to_string(),
191191
user_agent_full_version_list: "abc".to_string(),
192192
user_agent_version_list: "abc".to_string(),

0 commit comments

Comments
 (0)