Skip to content

Commit

Permalink
style:spotlessApply
Browse files Browse the repository at this point in the history
Signed-off-by: sdimitrov9 <stoyan.dimitrov@limechain.tech>
  • Loading branch information
sdimitrov9 committed Nov 19, 2024
1 parent 7619791 commit 66f2822
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ describe('NetworkNodeViewModel', () => {
},
node: {
adminKey: null,
nodeId: 0
}
nodeId: 0,
},
};
const defaultExpected = {
admin_key: null,
Expand Down Expand Up @@ -119,8 +119,8 @@ describe('NetworkNodeViewModel', () => {
stakingPeriod: null,
},
node: {
adminKey: null
}
adminKey: null,
},
})
).toEqual({
...defaultExpected,
Expand Down

0 comments on commit 66f2822

Please sign in to comment.