Skip to content

Commit

Permalink
リファクタリング
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuhito committed Jun 5, 2024
1 parent e6dde3b commit 1383ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/simulator/test/matrix.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe('Matrix', () => {
expect(m._unsafeUnwrap().toString()).toBe('{{2}, {3}, {5i}}')
})

test('Matrix.generate with', () => {
test('Matrix.generate', () => {
const m = Matrix.build(2, 3)

expect(m._unsafeUnwrap().toString()).toBe('{{0, 0, 0}, {0, 0, 0}}')
Expand Down

0 comments on commit 1383ed8

Please sign in to comment.