Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove dummy test
  • Loading branch information
ascjones committed Dec 8, 2022
commit c3b5e6cc9dbefa4f62e90d696fd68ddf8fe6a571
8 changes: 0 additions & 8 deletions crates/ink/tests/return_type_metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,6 @@ mod contract {
42
}
}

#[cfg(test)]
mod tests {
#[ink::test]
fn foo() {
assert!(true)
}
}
}

#[cfg(test)]
Expand Down