make table mod public

This commit is contained in:
Robert Habermeier
2017-12-12 18:13:08 +01:00
parent 47d93e2cbd
commit 2fa8fad0ef
2 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ extern crate polkadot_primitives as primitives;
use primitives::parachain;
mod table;
pub mod table;
#[cfg(test)]
mod tests {