Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
Update tests snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Sep 20, 2021
1 parent 9fa9140 commit 4fed203
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/blocks/Table/__snapshots__/TableBlockEdit.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exports[`renders an edit table block component 1`] = `
className="block table"
>
<table
className="ui table"
className="ui table slate-table-block"
>
<tbody
className=""
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/Table/__snapshots__/TableBlockView.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`renders a view table component 1`] = `
<table
className="ui table"
className="ui table slate-table-block"
>
<tbody
className=""
Expand Down

0 comments on commit 4fed203

Please sign in to comment.