Skip to content

Commit

Permalink
removed .only
Browse files Browse the repository at this point in the history
  • Loading branch information
pleerock committed May 18, 2020
1 parent 7093801 commit 69d3e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/github-issues/2703/issue-2703.ts
Expand Up @@ -5,7 +5,7 @@ import {Dummy} from "./entity/Dummy";
import {WrappedString} from "./wrapped-string";
import {MemoryLogger} from "./memory-logger";

describe.only("github issues > #2703 Column with transformer is not normalized for update", () => {
describe("github issues > #2703 Column with transformer is not normalized for update", () => {
let connections: Connection[];

before(async () => connections = await createTestingConnections({
Expand Down

0 comments on commit 69d3e06

Please sign in to comment.