Skip to content
This repository has been archived by the owner on Dec 23, 2021. It is now read-only.

Commit

Permalink
fix: pg type
Browse files Browse the repository at this point in the history
  • Loading branch information
Soontao committed Oct 12, 2020
1 parent 7d93770 commit ff22187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/type/server_query.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ describe('server query result Test Suite', () => {
@ODataModel()
class QueryFloat {
@UUIDKeyProperty() id: string;
@Property({ type: 'float', precision: 12, scale: 2 }) value: BigNumber;
@Property({ type: 'float' }) value: BigNumber;
}

@ODataModel()
Expand Down

0 comments on commit ff22187

Please sign in to comment.