Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Aug 3, 2023
1 parent 462984e commit 6792524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Fields/field.jl
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ end
coord = Geometry.XPoint(FT(π))
space = Spaces.PointSpace(context, coord)
@test parent(Spaces.local_geometry_data(space)) ==
FT[Geometry.component(coord, 1), 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]
FT[Geometry.component(coord, 1), 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]
field = Fields.coordinate_field(space)
@test field isa Fields.PointField
@test Fields.field_values(field)[] == coord
Expand Down

0 comments on commit 6792524

Please sign in to comment.