Skip to content

Commit

Permalink
Compatibility with core#2584
Browse files Browse the repository at this point in the history
  • Loading branch information
xispa committed Aug 4, 2024
1 parent 9a4d43c commit 7383870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/senaite/ast/tests/doctests/AST.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ We need to create some basic objects for the test:
>>> setRoles(portal, TEST_USER_ID, ['LabManager',])
>>> client = api.create(portal.clients, "Client", Name="Happy Hills", ClientID="HH", MemberDiscountApplies=True)
>>> contact = api.create(client, "Contact", Firstname="Rita", Lastname="Mohale")
>>> sampletype = api.create(setup.bika_sampletypes, "SampleType", title="Blood", Prefix="B")
>>> sampletype = api.create(portal.setup.sampletypes, "SampleType", title="Blood", Prefix="B")
>>> labcontact = api.create(setup.bika_labcontacts, "LabContact", Firstname="Lab", Lastname="Manager")
>>> department = api.create(portal.setup.departments, "Department", title="Microbiology", Manager=labcontact)
>>> category = api.create(portal.setup.analysiscategories, "AnalysisCategory", title="Microbiology", Department=department)
Expand Down

0 comments on commit 7383870

Please sign in to comment.