Skip to content

Commit e3fac53

Browse files
committed
typo
1 parent 5febad5 commit e3fac53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/uk.ac.stfc.isis.ibex.synoptic.tests/src/uk/ac/stfc/isis/ibex/synoptic/tests/model/desc/TargetDescriptionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public void copied_object_has_macros_that_are_not_linked_to_source_object() {
133133
TargetDescription copied = new TargetDescription(source);
134134

135135
// Act (should not affect property of source).
136-
copied.getProperties().get(0).setValue("COPIED");
136+
copied.getProperties().get(0).setValue(copiedPropertyValue);
137137

138138
// Assert
139139
assertEquals(source.getProperties().get(0).getValue(), sourcePropertyValue);

0 commit comments

Comments
 (0)