Skip to content

Commit

Permalink
this commit fixes #1929
Browse files Browse the repository at this point in the history
  • Loading branch information
罔思 committed Aug 2, 2018
1 parent 6042de2 commit 501d826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/github-issues/1929/issue-1929.ts
Expand Up @@ -53,7 +53,7 @@ describe("github issues > #1929 Select attributes in Find method - mongodb", ()
console.log(result);
})));

it("return column on include in select on findByIds",
it("return column on include in select on findByIds ",
() => Promise.all(connections.map(async connection => {
const productRepository = connection.getMongoRepository(Product);
let product = new Product("test1", "label1", 10);
Expand Down

0 comments on commit 501d826

Please sign in to comment.