Skip to content
Snippets Groups Projects
Commit db4aed69 authored by jakubs's avatar jakubs
Browse files

LMS-2879: fix fixtures

SVN: 24928
parent 8cf8ad7a
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ transaction = service.transaction(incoming) ...@@ -5,7 +5,7 @@ transaction = service.transaction(incoming)
#test for LMS-2879 #test for LMS-2879
sample = transaction.getSample("/CISD/CP-TEST-1") sample = transaction.getSample("/CISD/DYNA-TEST-1")
sa = transaction.getSampleForUpdate(sample.getSampleIdentifier()) sa = transaction.getSampleForUpdate(sample.getSampleIdentifier())
sa.setPropertyValue('COMMENT', 'comment') sa.setPropertyValue('COMMENT', 'comment')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment