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:
Juan Cruz Viotti 2017-01-30 10:03:24 -04:00 committed by GitHub
parent 0187cb0b2d
commit ea95177e94

View File

@ -210,7 +210,7 @@ describe('Browser: DrivesModel', function() {
{
device: '/dev/sdb',
name: 'Foo',
size: 999999999,
size: 2000000000,
mountpoint: '/mnt/foo',
system: false,
protected: true