Skip to content

Commit

Permalink
Merge pull request #997 from tintinthong/fix-test-process-icon-backgr…
Browse files Browse the repository at this point in the history
…ound-color

Fix typo in usage-test
  • Loading branch information
lukemelia authored Mar 22, 2024
2 parents 42e0048 + ca50ac8 commit 11747d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/components/freestyle/usage-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ module('Integration | Component | freestyle/usage', function (hooks) {
isCancelled: false,
isComplete: false,
progressIconBackgroundColor: new CSSVariableInfo(
'process-icon-background-color',
'progress-icon-background-color',
'ProgressIcon',
),
progressIconStrokeColor: new CSSVariableInfo(
'process-icon-stroke-color',
'progress-icon-stroke-color',
'ProgressIcon',
),
});
Expand Down

0 comments on commit 11747d1

Please sign in to comment.