Skip to content

Commit

Permalink
chore: update snap
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyjosephprice committed Oct 30, 2024
1 parent 126588b commit ded4ab0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions __tests__/migration/magic-block.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ describe('migrating magic blocks', () => {
expect(mdx).toMatchInlineSnapshot(`
"## About cBEYONData
[ Overview of cBEYONData ](/docs/about-cbeyondata) 
[ Overview of cBEYONData ](/docs/about-cbeyondata)
## About CFO Control Control Tower
[Overview of CFO Control Tower](https://docs.cfocontroltower.com/docs/about-cfo-control-tower) 
[Overview of CFO Control Tower](https://docs.cfocontroltower.com/docs/about-cfo-control-tower)
> ❗️ CONFIDENTIAL
>
> *This documentation is confidential and proprietary information of cBEYONData LLC.* 
> *This documentation is confidential and proprietary information of cBEYONData LLC.*
"
`);
});
Expand Down

0 comments on commit ded4ab0

Please sign in to comment.