Skip to content

Commit 4c62461

Browse files
changed test file to match new BPM name
1 parent 257b2a7 commit 4c62461

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/btf_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def va_process():
2525
def test_pv_connection(va_process):
2626

2727
assert va_process.poll() is None
28-
x = caget('ITSF_Diag:BPM04:xAvg', connection_timeout=0.1)
28+
x = caget('ITSF_Diag:BPM04_4:xAvg', connection_timeout=0.1)
2929
assert x is not None
3030

3131

@@ -39,7 +39,7 @@ def test_bad_pv(va_process):
3939
def test_corrector(va_process):
4040
corrector = "BTF_MEBT_Mag:DCH00:B"
4141
corrector_set = "BTF_MEBT_Mag:PS_DCH00:I_Set"
42-
bpm_device = "ITSF_Diag:BPM04:xAvg"
42+
bpm_device = "ITSF_Diag:BPM04_4:xAvg"
4343

4444
original_val = caget(corrector_set)
4545
settings = [(0.0, -0.03, 0.0),

0 commit comments

Comments
 (0)