Move Budget EDSL into its own module

This commit is contained in:
Greg Fitzgerald
2018-05-29 13:28:07 -06:00
parent aa7e3df8d6
commit f82cbf3a27
7 changed files with 175 additions and 147 deletions

View File

@@ -68,8 +68,8 @@ pub struct MintDemo {
#[cfg(test)]
mod tests {
use super::*;
use budget::Budget;
use ledger::Block;
use plan::Budget;
use transaction::Instruction;
#[test]