Skip to content

Commit

Permalink
in the tests as well
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Sep 10, 2023
1 parent b6cdc94 commit b87e4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-utils/src/capitalize/capitalize.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { expect } from 'chai';
import capitalize from './capitalize';
import capitalize from '@mui/utils/capitalize';

describe('capitalize', () => {
it('should work', () => {
Expand Down

0 comments on commit b87e4b9

Please sign in to comment.