Skip to content

Commit

Permalink
Fix DTO unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
wcalderipe committed Mar 27, 2024
1 parent 2c505c5 commit a372ec8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Action, Address, Hex } from '@narval/policy-engine-shared'
import { ApiProperty } from '@nestjs/swagger'
import { Transform, Type } from 'class-transformer'
import { IsDefined, IsEthereumAddress, IsIn, IsInt, IsOptional, IsString, Min, ValidateNested } from 'class-validator'
import { IsHexString } from '../decorators/is-hex-string.decorator'
import { IsHexString } from '../decorator/is-hex-string.decorator'
import { BaseActionDto } from './'

class AccessListDto {
Expand Down

0 comments on commit a372ec8

Please sign in to comment.