Skip to content

Commit

Permalink
Merge pull request #18720 from shaodahong/fix-ci-fail
Browse files Browse the repository at this point in the history
test: fix ci fail
  • Loading branch information
shaodahong committed Sep 6, 2019
2 parents e71aee4 + d2ba8e9 commit 0704a06
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/progress/__tests__/__snapshots__/demo.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ exports[`renders ./components/progress/demo/gradient-line.md correctly 1`] = `
>
<defs>
<linearGradient
id="gradient"
id="ant-progress-gradient-10"
x1="100%"
x2="0%"
y1="0%"
Expand Down Expand Up @@ -746,7 +746,7 @@ exports[`renders ./components/progress/demo/gradient-line.md correctly 1`] = `
a 47,47 0 1 1 0,94
a 47,47 0 1 1 0,-94"
fill-opacity="0"
stroke="url(#gradient)"
stroke="url(#ant-progress-gradient-10)"
stroke-linecap="round"
stroke-width="6"
style="stroke:[object Object];stroke-dasharray:265.77873849369655px 295.3097094374406px;stroke-dashoffset:-0px;transition:stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s, stroke-width .06s ease .3s"
Expand All @@ -773,7 +773,7 @@ exports[`renders ./components/progress/demo/gradient-line.md correctly 1`] = `
>
<defs>
<linearGradient
id="gradient"
id="ant-progress-gradient-11"
x1="100%"
x2="0%"
y1="0%"
Expand Down Expand Up @@ -806,7 +806,7 @@ exports[`renders ./components/progress/demo/gradient-line.md correctly 1`] = `
a 47,47 0 1 1 0,94
a 47,47 0 1 1 0,-94"
fill-opacity="0"
stroke="url(#gradient)"
stroke="url(#ant-progress-gradient-11)"
stroke-linecap="round"
stroke-width="6"
style="stroke:[object Object];stroke-dasharray:295.3097094374406px 295.3097094374406px;stroke-dashoffset:-0px;transition:stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s, stroke-width .06s ease .3s"
Expand Down

0 comments on commit 0704a06

Please sign in to comment.