Skip to content

Commit f065405

Browse files
committed
edit mocks - false is not a valid barmode
1 parent ebab12b commit f065405

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/image/mocks/bar_attrs_group.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
"height":400,
2929
"width":400,
3030
"barmode":"group",
31-
"barnorm":false
31+
"barnorm":""
3232
}
3333
}

test/image/mocks/bar_attrs_overlay.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
"height":400,
3434
"width":400,
3535
"barmode":"overlay",
36-
"barnorm":false
36+
"barnorm":""
3737
}
3838
}

test/image/mocks/bar_attrs_relative.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
"height":400,
3737
"width":400,
3838
"barmode":"relative",
39-
"barnorm":false
39+
"barnorm":""
4040
}
4141
}

0 commit comments

Comments
 (0)