Skip to content

Commit

Permalink
chore(formatting):
Browse files Browse the repository at this point in the history
  • Loading branch information
stvnksslr committed Jan 1, 2025
1 parent 41deec8 commit 6190c3e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/utils/pyproject.rs
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,9 @@ setting = "value"
.unwrap()
.as_table()
.unwrap();
assert_eq!(scripts.get("cli").unwrap().as_str().unwrap(), "package.cli:main");
assert_eq!(
scripts.get("cli").unwrap().as_str().unwrap(),
"package.cli:main"
);
}
}
}

0 comments on commit 6190c3e

Please sign in to comment.