Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Mar 29, 2022
1 parent 621ad26 commit 2bf53cb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,9 @@ public enum StandardField implements Field {
YEAR("year", FieldProperty.NUMERIC),
YEARFILED("yearfiled"),
MR_NUMBER("mrnumber"),
ZBL_NUMBER("zbl"), // needed for fetcher
XDATA("xdata", FieldProperty.MULTIPLE_ENTRY_LINK),
XREF("xref", FieldProperty.SINGLE_ENTRY_LINK),
// needed for the fetcher
ZBL_NUMBER("zbl"),

// JabRef-specific fields
GROUPS("groups"),
Expand Down

0 comments on commit 2bf53cb

Please sign in to comment.