Skip to content

Commit eacf53b

Browse files
committed
shift frame time
1 parent 0f245bb commit eacf53b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/models-int-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ describe('Integration Tests - Models', () => {
271271
expect(frame.frame_info.index).toBeDefined();
272272
expect(frame.frame_info.time).toBeDefined();
273273

274-
expect(frame.frame_info.time % 2000).toEqual(0);
274+
expect((frame.frame_info.time-1000) % 2000).toEqual(0);
275275
}
276276

277277
done();

0 commit comments

Comments
 (0)