mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
test(GUI): fix non-running test in DrivesModel test suite (#1061)
We have a test to ensure a drive is not auto-selected when its protected, however the real functionality of this test was not being tested given that the size the fake drive had was not enough to hold the image. Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
parent
0187cb0b2d
commit
ea95177e94
@ -210,7 +210,7 @@ describe('Browser: DrivesModel', function() {
|
||||
{
|
||||
device: '/dev/sdb',
|
||||
name: 'Foo',
|
||||
size: 999999999,
|
||||
size: 2000000000,
|
||||
mountpoint: '/mnt/foo',
|
||||
system: false,
|
||||
protected: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user