Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
revert simplification due to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro committed Sep 1, 2021
1 parent 8993f43 commit bdf3acf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
import { getColumnLabel } from '@superset-ui/core';
import { getColumnLabel } from '@superset-ui/core/src/query';

describe('getColumnLabel', () => {
it('should handle physical column', () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
import { getMetricLabel } from '@superset-ui/core';
import { getMetricLabel } from '@superset-ui/core/src/query';

describe('getMetricLabel', () => {
it('should handle predefined metric name', () => {
Expand Down

0 comments on commit bdf3acf

Please sign in to comment.