Skip to content

Commit

Permalink
correct test
Browse files Browse the repository at this point in the history
  • Loading branch information
emialonzo committed Nov 26, 2020
1 parent 792b1f0 commit 7808d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Vehicle/vehicle.dinacia.api.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { TEST_TIMEOUT } from "../conf";
import { getToken } from "../../src/services/tokenService";
import { Role } from "../../src/entities/User";

describe.only('>>> DINACIA Vehicle entity <<< ', function () {
describe('>>> DINACIA Vehicle entity <<< ', function () {

before(function (done) {
this.timeout(TEST_TIMEOUT);
Expand Down

0 comments on commit 7808d55

Please sign in to comment.