Skip to content

Commit 6ba1ea9

Browse files
committed
Fixed build
1 parent abacb2d commit 6ba1ea9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spec/adapters/googlecharts/base_chart_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
]
2121
@area_chart = Daru::View::Plot.new(
2222
@data,
23-
{type: :area, width: 800, view: {'columns': [0, 1]}},
23+
{type: :area, width: 800, view: {columns: [0, 1]}},
2424
class_chart: 'ChartWrapper'
2525
)
2626
@area_chart_spreadsheet = Daru::View::Plot.new(

spec/adapters/googlecharts/data_table_iruby_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
let(:data_table) {Daru::View::Table.new(data)}
2121
let (:table_spreadsheet_chartwrapper) {
2222
Daru::View::Table.new(
23-
data_spreadsheet, {width: 800, view: {'columns': [0, 1]}}, class_chart: 'ChartWrapper'
23+
data_spreadsheet, {width: 800, view: {columns: [0, 1]}}, class_chart: 'ChartWrapper'
2424
)
2525
}
2626
let(:table_chartwrapper) {Daru::View::Table.new(data, {}, class_chart: 'ChartWrapper')}

0 commit comments

Comments
 (0)