Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAlvarezMelucciDCL committed Nov 21, 2024
1 parent 55fbb84 commit 689538c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/ecs/components/Tween.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { EasingFunction, Engine, components } from '../../../packages/@dcl/ecs/src'
import { EasingFunction, Engine, TextureMovementType, components } from '../../../packages/@dcl/ecs/src'
import { testComponentSerialization } from './assertion'

describe('Generated Tween ProtoBuf', () => {
Expand Down Expand Up @@ -40,7 +40,8 @@ describe('Generated Tween ProtoBuf', () => {
easingFunction: EasingFunction.EF_LINEAR,
mode: Tween.Mode.TextureMove({
start: { ...start2d },
end: { ...end2d }
end: { ...end2d },
movementType: TextureMovementType.TMT_OFFSET
}),
playing: false,
currentTime: 0
Expand Down

0 comments on commit 689538c

Please sign in to comment.