We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8564d60 commit b9ec0e1Copy full SHA for b9ec0e1
packages/connect/e2e/__fixtures__/getFeatures.ts
@@ -83,7 +83,7 @@ const tests = [
83
fw_vendor: expect.any(String),
84
safety_checks: expect.any(String),
85
auto_lock_delay_ms: expect.any(Number),
86
- display_rotation: expect.any(Number),
+ display_rotation: 'North',
87
experimental_features: expect.any(Boolean),
88
},
89
legacyResults: [
@@ -167,7 +167,7 @@ const tests = [
167
168
169
170
171
172
backup_type: 'Bip39',
173
0 commit comments