sq fix captable imports

This commit is contained in:
Berkus Decker 2020-12-19 23:20:00 +02:00
parent 99a0cac3db
commit 8f54e179c1
1 changed files with 4 additions and 1 deletions

View File

@ -147,7 +147,10 @@ struct CapSpace {
#[cfg(test)]
mod tests {
use super::*;
use super::{
super::{derivation_tree::DerivationTreeError, null_cap::NullCapability},
*,
};
#[test_case]
fn create_empty_cap_table() {