removed focus on test
This commit is contained in:
parent
9fa3f17a9a
commit
742a1c9ea8
|
@ -135,7 +135,7 @@ describe('Ticket Component vnTicketDescriptor', () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('canStowaway()', () => {
|
describe('canStowaway()', () => {
|
||||||
fit('should make a query and return if the ticket can be stowawayed', () => {
|
it('should make a query and return if the ticket can be stowawayed', () => {
|
||||||
controller.canStowaway();
|
controller.canStowaway();
|
||||||
$httpBackend.flush();
|
$httpBackend.flush();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue