Skip to content

Commit

Permalink
Merge pull request #1458 from fedspendingtransparency/rollback-publis…
Browse files Browse the repository at this point in the history
…hed-reports

Fix unit test
  • Loading branch information
chasls2 authored Oct 23, 2024
2 parents bbbf81c + 4f45e4d commit 93c6e87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const ComboCurrencySelect = ({
{dropdownActive ? (
<FontAwesomeIcon className={icon} icon={faChevronUp} aria-label="collapse dropdown" />
) : (
<FontAwesomeIcon className={icon} icon={faChevronDown} aria-label="expand dropdown" />
<FontAwesomeIcon className={icon} icon={faChevronDown} aria-label="expand dropdown" data-testid="expand-dropdown" />
)}
</div>
</button>
Expand Down

0 comments on commit 93c6e87

Please sign in to comment.