Skip to content

Commit

Permalink
allow user field if client wants it
Browse files Browse the repository at this point in the history
  • Loading branch information
DocSavage committed Mar 29, 2024
1 parent da19a05 commit 3ef3d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datatype/neuronjson/neuronjson_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func checkBasicAndAll(t *testing.T, basicJSON string, allJSON []byte, user strin
}
all := allList[0]
for field, value := range basic {
if field == "bodyid" || field == "user" {
if field == "bodyid" {
continue
}
if _, found := all[field+"_user"]; !found {
Expand Down

0 comments on commit 3ef3d30

Please sign in to comment.