Skip to content

Commit 7f6fa1d

Browse files
authored
Merge pull request #124 from ISISComputingGroup/is_local
Pass is_local flag to second cget
2 parents 544e2ef + bfb8db8 commit 7f6fa1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_genie_python_using_simple.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def test_GIVE_config_with_bi_pv_WHEN_set_pv_value_with_None_THEN_value_is_not_se
121121
bi_pv_name = "SIMPLE:BI"
122122
value_at_start = g.get_pv(bi_pv_name, is_local=True)
123123
g.set_pv(bi_pv_name, None, is_local=True, wait=True)
124-
assert_that(g.get_pv(bi_pv_name), is_(value_at_start))
124+
assert_that(g.get_pv(bi_pv_name, is_local=True), is_(value_at_start))
125125

126126

127127
class TestWaitforPV(unittest.TestCase):

0 commit comments

Comments
 (0)