Skip to content

Commit 3a85673

Browse files
committed
test(progress-circle-native): update unit test snapshot
1 parent c4d5d67 commit 3a85673

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

packages/pluggableWidgets/progress-circle-native/src/__tests__/__snapshots__/ProgressCircle.spec.tsx.snap

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ exports[`ProgressCircle renders 1`] = `
2121
bbHeight={100}
2222
bbWidth={100}
2323
collapsable={false}
24-
fill="none"
2524
focusable={false}
2625
height={100}
2726
style={
@@ -40,14 +39,7 @@ exports[`ProgressCircle renders 1`] = `
4039
}
4140
width={100}
4241
>
43-
<RNSVGGroup
44-
fill={null}
45-
propList={
46-
[
47-
"fill",
48-
]
49-
}
50-
>
42+
<RNSVGGroup>
5143
<RNSVGPath
5244
d="M50 2.5
5345
A47.5 47.5 0 0 1 50.00000000000001 97.5"

0 commit comments

Comments
 (0)