Skip to content

Commit

Permalink
remove duplicate data from test
Browse files Browse the repository at this point in the history
  • Loading branch information
HaSistrunk committed Nov 26, 2024
1 parent 7ba6c78 commit 51d1380
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bag_transfer/test/test_bagitprofiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def test_views(self):
"allow_fetch": random.choice([True, False]),
"serialization": random.choice(["forbidden", "required", "optional"]),
"manifests_allowed": random.choice([1, 2]),
"manifests_allowed": random.choice([1, 2]),
"manifests_required": random.choice([1, 2]),
"accept_serialization": random.choice([1, 2, 3]),
"accept_bagit_version": random.choice([1, 2, 3]),
Expand Down

0 comments on commit 51d1380

Please sign in to comment.