Skip to content

Commit

Permalink
Remove surplus jsonFields data
Browse files Browse the repository at this point in the history
Signed-off-by: Charlie Egan <charlie@styra.com>
  • Loading branch information
charlieegan3 committed Jan 24, 2023
1 parent b1c8e52 commit 8e2fe4e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ast/marshal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -387,9 +387,6 @@ func TestImport_UnmarshalJSON(t *testing.T) {
return &Import{
Path: &term,
Location: NewLocation([]byte{}, "example.rego", 1, 2),
jsonFields: map[string]bool{
"location": false,
},
}
}(),
},
Expand Down

0 comments on commit 8e2fe4e

Please sign in to comment.