Skip to content

Commit

Permalink
fix: test case fix to avoid the latest typescript dependency issue (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
surbhigarg92 authored Sep 6, 2022
1 parent 61a1468 commit 6282f64
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 6282f64

Please sign in to comment.