Skip to content

Commit 21afe15

Browse files
Update fission/src/test/MirabufParser.test.ts
Co-authored-by: Brandon Pacewic <92102436+BrandonPacewic@users.noreply.github.com>
1 parent 8b16982 commit 21afe15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fission/src/test/MirabufParser.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ describe("Mirabuf Parser Tests", () => {
2020
expect(jointValidation.isValid).toBe(true)
2121
expect(jointValidation.jointCount).toBe(6)
2222
expect(jointValidation.wheelJoints).toBe(6)
23-
expect(jointValidation.allJoints).toContain(mirabuf.joint.JointMotion.REVOLUTE) // Wheels are revoluete joints
23+
expect(jointValidation.allJoints).toContain(mirabuf.joint.JointMotion.REVOLUTE) // Wheels are revolute joints
2424
expect(jointValidation.allJoints).not.toContain(mirabuf.joint.JointMotion.SLIDER) // Dozer has no slider joints
2525
})
2626

0 commit comments

Comments
 (0)