summaryrefslogtreecommitdiff
path: root/styles_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'styles_test.go')
-rw-r--r--styles_test.go16
1 files changed, 8 insertions, 8 deletions
diff --git a/styles_test.go b/styles_test.go
index 7a7e228..baa66f0 100644
--- a/styles_test.go
+++ b/styles_test.go
@@ -32,13 +32,13 @@ func TestSetConditionalFormat(t *testing.T) {
ColorScale: &xlsxColorScale{
Cfvo: []*xlsxCfvo{{
Type: "num",
- Val: -10,
+ Val: "-10",
}, {
Type: "num",
- Val: 0,
+ Val: "0",
}, {
Type: "num",
- Val: 10,
+ Val: "10",
}},
Color: []*xlsxColor{{
RGB: "FFFF0000",
@@ -67,13 +67,13 @@ func TestSetConditionalFormat(t *testing.T) {
ColorScale: &xlsxColorScale{
Cfvo: []*xlsxCfvo{{
Type: "num",
- Val: 0,
+ Val: "0",
}, {
Type: "num",
- Val: 50,
+ Val: "50",
}, {
Type: "num",
- Val: 0,
+ Val: "0",
}},
Color: []*xlsxColor{{
RGB: "FFFF0000",
@@ -100,10 +100,10 @@ func TestSetConditionalFormat(t *testing.T) {
ColorScale: &xlsxColorScale{
Cfvo: []*xlsxCfvo{{
Type: "num",
- Val: 0,
+ Val: "0",
}, {
Type: "num",
- Val: 0,
+ Val: "0",
}},
Color: []*xlsxColor{{
RGB: "FFFF0000",