Skip to content

Commit

Permalink
Kernel now retains cell attributes format
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishkrout authored Feb 6, 2025
1 parent 46356ad commit 391a31b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/e2e/specs/identity/identity.existent-cell.all.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ describe('Test suite: Cell with existent identity and setting All (1)', async ()
## Scenario
\`\`\`js {"id":"01HER3GA0RQKJETKK5X5PPRTB4"}
\`\`\`js { id=01HER3GA0RQKJETKK5X5PPRTB4 }
console.log("Hello via Shebang")
\`\`\`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ describe('Test suite: Cell with existent identity and setting cell only (3)', as
## Scenario
\`\`\`js {"id":"01HER3GA0RQKJETKK5X5PPRTB4"}
\`\`\`js { id=01HER3GA0RQKJETKK5X5PPRTB4 }
console.log("Hello via Shebang")
\`\`\`
Expand Down

0 comments on commit 391a31b

Please sign in to comment.