Skip to content

Commit b3ad4d8

Browse files
author
Arman
committed
geophystech#137 Filters.
1 parent 1a150e2 commit b3ad4d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/unit/specs/Filters.spec.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ const localVue = createLocalVue()
99
localVue.use(BootstrapVue)
1010

1111
const fields = {
12+
has_mt: { tag: 'input[type=checkbox]' },
1213
datetime_max: { tag: 'input' },
1314
datetime_min: { tag: 'input' },
15+
sta_num_min: { tag: 'input' },
1416
depth_max: { tag: 'input' },
1517
depth_min: { tag: 'input' },
16-
has_mt: { tag: 'input[type=checkbox]' },
1718
mag_max: { tag: 'input' },
1819
mag_min: { tag: 'input' },
1920
lat_max: { tag: 'input' },
2021
lat_min: { tag: 'input' },
2122
lon_max: { tag: 'input' },
2223
lon_min: { tag: 'input' },
23-
rms_max: { tag: 'input' },
24-
sta_num_min: { tag: 'input' }
24+
rms_max: { tag: 'input' }
2525
}
2626

2727
describe('Filters.vue', () => {

0 commit comments

Comments
 (0)