Skip to content

Commit 7cf919e

Browse files
committed
Update test per default fallback value
1 parent ab3b2c1 commit 7cf919e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/jasmine/tests/icicle_test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@ describe('Test icicle texttemplate without `values` should work at root level:',
931931
[
932932
'%{percentParent} of %{parent}',
933933
[
934-
'%{percentParent} of %{parent}',
934+
' of ',
935935
'100% of Seth',
936936
'33% of Eve',
937937
'17% of Eve',
@@ -957,7 +957,7 @@ describe('Test icicle texttemplate without `values` should work at root level:',
957957
[
958958
'label: Eve',
959959
'text: fourteen',
960-
'value: %{value}', // N.B. there is no `values` array
960+
'value: ', // N.B. there is no `values` array
961961
'17% of Eve',
962962
'17% of Eve',
963963
'17% of Eve',
@@ -1085,7 +1085,7 @@ describe('Test icicle texttemplate with *total* `values` should work at root lev
10851085
[
10861086
'%{percentParent} of %{parent}',
10871087
[
1088-
'%{percentParent} of %{parent}',
1088+
' of ',
10891089
'22% of Eve',
10901090
'18% of Eve',
10911091
'9% of Eve',

0 commit comments

Comments
 (0)