Skip to content

Commit

Permalink
removed empty test
Browse files Browse the repository at this point in the history
  • Loading branch information
soloseng committed Jul 29, 2023
1 parent 259af9f commit cb1b253
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import * as utils from '../../src/utils/input-validation'

describe('Input Validation test suite', () => {
describe('isBodyReasonablySized utility', () => {})

describe('hasValidAccountParam utility', () => {
it('Should return true for proper address', () => {
const sampleData = {
Expand Down Expand Up @@ -34,6 +32,4 @@ describe('Input Validation test suite', () => {
expect(result).toBeFalsy()
})
})

describe('hasValidBlindedPhoneNumberParam utility', () => {})
})

0 comments on commit cb1b253

Please sign in to comment.