Skip to content

Commit e81d16d

Browse files
committed
Mis-named attributes
1 parent 010cf68 commit e81d16d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/workflows/spa/test_flush_spa_preprocess.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ def test_register_grid_square_update_add_nothing(mock_transport, start_postgres)
6262
tag="session_tag",
6363
x_location=0.1,
6464
y_location=0.2,
65-
x_stage_location=0.3,
66-
y_stage_location=0.4,
65+
x_stage_position=0.3,
66+
y_stage_position=0.4,
6767
)
6868
with Session(engine) as murfey_db:
6969
murfey_db.add(grid_square)

0 commit comments

Comments
 (0)