Skip to content

Commit

Permalink
Update utils.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed Mar 25, 2024
1 parent 1ab00ae commit fa9d2de
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ describe('utils-formatRunTimeParameterValue', () => {
default: 6.5,
} as RunTimeParameter
const result = formatRunTimeParameterValue(mockData, mockTFunction)

expect(result).toEqual('6.5 mL')
})

Expand Down

0 comments on commit fa9d2de

Please sign in to comment.