refactor: improve test structure and reliability
This commit is contained in:
committed by
Andrew Phillips (aider)
parent
eaf341cdfb
commit
d9072d22d5
@@ -60,7 +60,6 @@ pub enum ColumnType {
|
||||
}
|
||||
|
||||
impl ColumnType {
|
||||
|
||||
/// Returns a Result with error message if the string is not a valid ColumnType
|
||||
pub fn from_str(s: &str) -> anyhow::Result<Self> {
|
||||
Ok(Self::try_from(s)?)
|
||||
|
||||
Reference in New Issue
Block a user