Skip to content

Commit

Permalink
feat: update comment in test
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon committed Feb 25, 2025
1 parent 9f954d1 commit b6e62e9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ describe('WebSocketTcpClientDevice', () => {
const timelineState: Timeline.TimelineState<TSRTimelineContent> = createTimelineState(
createWsCommandObject('layer1', 'test ws message')
)
// As nothings is converted in this device, the result should be the same as the input:
expect(device.convertTimelineStateToDeviceState(timelineState)).toBe(timelineState)
})

Expand Down

0 comments on commit b6e62e9

Please sign in to comment.