Skip to content

Commit

Permalink
Fixing the typescript depedency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
surbhigarg92 committed Sep 5, 2022
1 parent 61a1468 commit be1d817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class FakeTransactionRunner {

let fakeAsyncTransactionRunner: FakeAsyncTransactionRunner<{}>;

class FakeAsyncTransactionRunner<T> {
class FakeAsyncTransactionRunner<T extends {}> {
calledWith_: IArguments;
constructor() {
this.calledWith_ = arguments;
Expand Down

0 comments on commit be1d817

Please sign in to comment.