Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
onhate committed Aug 14, 2023
1 parent 5268399 commit d27c57c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/onetable.spec.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { DynamoDBClient } from '@aws-sdk/client-dynamodb';
import { Injectable } from '@nestjs/common';
import { Test } from '@nestjs/testing';
import { OneModel } from './decorators';
import { OnetableModule } from './module';
import { OneModel, OnetableModule } from './index';

@Injectable()
export class OneModelX extends OneModel('OneModelX', {
Expand Down

0 comments on commit d27c57c

Please sign in to comment.