Skip to content

Commit

Permalink
update fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
hakubo committed Dec 11, 2018
1 parent b383e92 commit e248c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-tests/fixtures/util-test/rfc232.js
@@ -1,7 +1,7 @@
import fooBar from 'my-app/utils/foo-bar';
import { module, test } from 'qunit';

module('Unit | Utility | foo-bar', function(hooks) {
module('Unit | Utility | foo-bar', function() {

// Replace this with your real tests.
test('it works', function(assert) {
Expand Down

0 comments on commit e248c82

Please sign in to comment.