Skip to content

Commit

Permalink
test fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
EliCDavis committed Dec 3, 2023
1 parent 60a066b commit 982459a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vector4/vector4_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func TestSwizzle_Vector3(t *testing.T) {
}

func TestSwizzle_Vector2(t *testing.T) {
start := vector4.New(1.2, -2.4, 3.7, 12)
start := vector4.New(1.2, -2.4, 3.7, 12.)

tests := map[string]struct {
got vector2.Float64
Expand Down

0 comments on commit 982459a

Please sign in to comment.