mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 14:15:53 +02:00
Fix typos (#2842)
This commit is contained in:
@ -47,7 +47,7 @@ fn flatten_nested_tables() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn flatten_row_column_explictly() {
|
||||
fn flatten_row_column_explicitly() {
|
||||
Playground::setup("flatten_test_1", |dirs, sandbox| {
|
||||
sandbox.with_files(vec![FileWithContentToBeTrimmed(
|
||||
"katz.json",
|
||||
@ -113,7 +113,7 @@ fn flatten_row_columns_having_same_column_names_flats_separately() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn flatten_table_columns_explictly() {
|
||||
fn flatten_table_columns_explicitly() {
|
||||
Playground::setup("flatten_test_3", |dirs, sandbox| {
|
||||
sandbox.with_files(vec![FileWithContentToBeTrimmed(
|
||||
"katz.json",
|
||||
|
@ -30,7 +30,7 @@ fn add() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn add_compount() {
|
||||
fn add_compound() {
|
||||
let actual = nu!(
|
||||
cwd: "tests/fixtures/formats", pipeline(
|
||||
r#"
|
||||
|
Reference in New Issue
Block a user