Skip to content

Commit

Permalink
linted
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsparkes committed Jan 6, 2025
1 parent 1e47105 commit 8da26e9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions spec/models/tube_rack_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,7 @@
end

it 'returns a hash of tube locations with coordinates as keys and tube UUIDs as values' do
expected_locations = {
'A1' => { uuid: tube1.uuid },
'B1' => { uuid: tube2.uuid },
'C1' => { uuid: tube3.uuid }
}
expected_locations = { 'A1' => { uuid: tube1.uuid }, 'B1' => { uuid: tube2.uuid }, 'C1' => { uuid: tube3.uuid } }

expect(tube_rack.tube_locations).to eq(expected_locations)
end
Expand Down

0 comments on commit 8da26e9

Please sign in to comment.