Skip to content

Commit b9ec0e1

Browse files
committed
test(connect): fix display_rotation fixture
1 parent 8564d60 commit b9ec0e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/connect/e2e/__fixtures__/getFeatures.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const tests = [
8383
fw_vendor: expect.any(String),
8484
safety_checks: expect.any(String),
8585
auto_lock_delay_ms: expect.any(Number),
86-
display_rotation: expect.any(Number),
86+
display_rotation: 'North',
8787
experimental_features: expect.any(Boolean),
8888
},
8989
legacyResults: [
@@ -167,7 +167,7 @@ const tests = [
167167
fw_vendor: expect.any(String),
168168
safety_checks: expect.any(String),
169169
auto_lock_delay_ms: expect.any(Number),
170-
display_rotation: expect.any(Number),
170+
display_rotation: 'North',
171171
experimental_features: expect.any(Boolean),
172172
backup_type: 'Bip39',
173173
},

0 commit comments

Comments
 (0)