Skip to content

Commit

Permalink
Fix tests?
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed May 13, 2024
1 parent a3443d7 commit 97960ec
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions test/group.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ test('should render <Group>', async () => {
fill='purple'
alpha={0.5}
/>
<Text x={10} y={15} fontSize={32} fontFamily='Geist' fill='white'>
<Text x={10} y={15} fontSize={32} fontFamily='Geist Sans' fill='white'>
Hello world!
</Text>
</>
Expand Down Expand Up @@ -56,7 +56,7 @@ test('should render <Group> with parent layout context', async () => {
fill='orange'
alpha={0.5}
/>
<Text x={10} y={15} fontSize={32} fontFamily='Geist' fill='black'>
<Text x={10} y={15} fontSize={32} fontFamily='Geist Sans' fill='black'>
Hello world!
</Text>
</>
Expand Down

0 comments on commit 97960ec

Please sign in to comment.