mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2025-08-04 06:43:26 +02:00
with input objects
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
pub mod enumeration;
|
||||
pub mod input;
|
||||
pub mod scalar;
|
||||
mod utility;
|
||||
|
||||
@@ -76,9 +77,13 @@ mod tests {
|
||||
|
||||
assert_eq!(
|
||||
res.to_string().unwrap(),
|
||||
"pub struct SomeName {} { }
|
||||
impl SomeName {} { }"
|
||||
.to_string()
|
||||
"pub struct SomeName {} {
|
||||
|
||||
}
|
||||
impl SomeName {} {
|
||||
|
||||
}"
|
||||
.to_string()
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user