Skip to content

Commit 12b4c7b

Browse files
committed
bugfix
1 parent 95baaa6 commit 12b4c7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/MatrixFields/scalar_fieldmatrix.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,15 @@ include("matrix_field_test_utils.jl")
8484
KeyError(@name(y.y.x.x)),
8585
)
8686
test_field_offset_and_type(
87-
(@name(y.y.y), @name(y.x)),
87+
(@name(y.y), @name(y.x)),
8888
FT,
8989
TwoFields{
9090
TwoFields{FT, FT},
9191
TwoFields{FT, TwoFields{FT, Singleton{FT}}},
9292
},
9393
4,
9494
FT,
95-
KeyError(@name(y.y.y.x.x)),
95+
KeyError(@name(y.y.y.x)),
9696
)
9797
end
9898

0 commit comments

Comments
 (0)