removed focus on test

This commit is contained in:
Carlos Jimenez Ruiz 2020-09-02 09:42:10 +02:00
parent 9fa3f17a9a
commit 742a1c9ea8
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ describe('Ticket Component vnTicketDescriptor', () => {
});
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();
$httpBackend.flush();