Skip to content

Commit 01dca31

Browse files
committed
Update test per default fallback value
1 parent ab3b2c1 commit 01dca31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/jasmine/tests/icicle_test.js

Lines changed: 2 additions & 2 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',

0 commit comments

Comments
 (0)