Skip to content

Commit

Permalink
Fix tests fail
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiburt committed Oct 26, 2024
1 parent bb78433 commit b6b6ef5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tabled/tests/core/table_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -740,15 +740,15 @@ mod derived {
},
]
}),
"+------------------------------------+-----------------+-------------------------------+--------+"
"| name | author | text | rating |"
"+------------------------------------+-----------------+-------------------------------+--------+"
"| Rebase vs Merge commit in depth 👋 | Rose Kuphal DVM | A multiline | 43 |"
"| | | text with 🤯 😳 🥵 🥶 | |"
"| | | a bunch of emojies ☄\u{fe0f} 💥 🔥 🌪 | |"
"+------------------------------------+-----------------+-------------------------------+--------+"
"| Keep it simple | Unknown | 🍳 | 100 |"
"+------------------------------------+-----------------+-------------------------------+--------+"
"+------------------------------------+-----------------+--------------------------------+--------+"
"| name | author | text | rating |"
"+------------------------------------+-----------------+--------------------------------+--------+"
"| Rebase vs Merge commit in depth 👋 | Rose Kuphal DVM | A multiline | 43 |"
"| | | text with 🤯 😳 🥵 🥶 | |"
"| | | a bunch of emojies ☄ 💥 🔥 🌪 | |"
"+------------------------------------+-----------------+--------------------------------+--------+"
"| Keep it simple | Unknown | 🍳 | 100 |"
"+------------------------------------+-----------------+--------------------------------+--------+"
);
}

Expand Down

0 comments on commit b6b6ef5

Please sign in to comment.