Skip to content

Commit

Permalink
fix tests import
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismllr committed Jun 12, 2020
1 parent 59404f0 commit 4102ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/decorators/form-validation-test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { module, test } from 'qunit';
import { setupRenderingTest } from 'ember-qunit';
import validationState, { validate } from 'pulse-ui/decorators/form-validation';
import validationState, { validate } from 'ember-validation-state';

module('Unit | Decorator | formValidation', function (hooks) {
setupRenderingTest(hooks);
Expand Down

0 comments on commit 4102ee3

Please sign in to comment.