Skip to content

Commit

Permalink
Update MisbehaviorReport.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr committed Sep 26, 2018
1 parent 537f0f2 commit 6788e48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/api-codec/src/MisbehaviorReport.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.

import MisbheaviorReport, { BftAtReport } from './MisbehaviorReport';
import MisbehaviorReport, { BftAtReport } from './MisbehaviorReport';

describe('BftAtReport', () => {
const report = new BftAtReport({
Expand Down Expand Up @@ -30,8 +30,8 @@ describe('BftAtReport', () => {
});
});

describe('MisbheaviorReport', () => {
const report = new MisbheaviorReport({
describe('MisbehaviorReport', () => {
const report = new MisbehaviorReport({
parentHash: '0x01020304',
parentNumber: 78,
target: '0x11112222',
Expand Down

0 comments on commit 6788e48

Please sign in to comment.