Skip to content

Commit

Permalink
fix: broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MounirDhahri committed Jan 23, 2025
1 parent cf2272e commit 4b6aed3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe("urlFragmentFromState", () => {
}

expect(urlFragmentFromState(artworkFilterState)).toEqual(
"height=300-400&width=500-600&priceRange=100-200",
"height=300-400&priceRange=100-200&width=500-600",
)
})
})

0 comments on commit 4b6aed3

Please sign in to comment.