Skip to content

Commit

Permalink
Update packages/portfolio/src/helpers/trait-value-expander.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Michal S <[email protected]>
Signed-off-by: Juliano Lazzarotto <[email protected]>
  • Loading branch information
stackchain and michaeljscript authored Oct 4, 2024
1 parent ddbe867 commit ef83469
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ describe('traitValueExpander', () => {
expect(traitValueExpander(input)).toEqual(adjustedExpected)
})

// Test for symbol
it('should correctly handle a symbol', () => {
const input = Symbol('sym')
const expected = {
Expand Down

0 comments on commit ef83469

Please sign in to comment.