Commit f892f18ca49b0f9304b86754498097fd075bf93b
1 parent
b644ba9976
Exists in
master
and in
1 other branch
Simplified modems test
Showing 1 changed file with 5 additions and 15 deletions Side-by-side Diff
test/modems.js
... | ... | @@ -133,6 +133,11 @@ describe('#modems', () => { |
133 | 133 | prefix: ['0815', '0816'], |
134 | 134 | }, |
135 | 135 | { |
136 | + name: 'ISAT2', | |
137 | + outgoing: false, | |
138 | + prefix: ['0815', '0816'], | |
139 | + }, | |
140 | + { | |
136 | 141 | name: 'FREE1', |
137 | 142 | outgoing: true, |
138 | 143 | prefix: [], |
... | ... | @@ -179,21 +184,6 @@ describe('#modems', () => { |
179 | 184 | prefix: ['0818', '081'], |
180 | 185 | }, |
181 | 186 | { |
182 | - name: 'TSEL1', | |
183 | - outgoing: true, | |
184 | - prefix: ['0812', '0811'], | |
185 | - }, | |
186 | - { | |
187 | - name: 'TSEL2', | |
188 | - outgoing: true, | |
189 | - prefix: ['0812', '0811'], | |
190 | - }, | |
191 | - { | |
192 | - name: 'ISAT1', | |
193 | - outgoing: true, | |
194 | - prefix: ['0815', '0816'], | |
195 | - }, | |
196 | - { | |
197 | 187 | name: 'FREE1', |
198 | 188 | outgoing: false, |
199 | 189 | prefix: [], |