oops lol
This commit is contained in:
parent
67fa3c7bb8
commit
5785ac6e0d
|
@ -131,7 +131,7 @@ pub async fn init(cfg: PathBuf) -> Result<State> {
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use anyhow::Result;
|
use color_eyre::eyre::Result;
|
||||||
#[tokio::test]
|
#[tokio::test]
|
||||||
async fn init() -> Result<()> {
|
async fn init() -> Result<()> {
|
||||||
let _ = pretty_env_logger::try_init();
|
let _ = pretty_env_logger::try_init();
|
||||||
|
|
|
@ -13,7 +13,7 @@ pub struct Person {
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use anyhow::Result;
|
use color_eyre::eyre::Result;
|
||||||
#[test]
|
#[test]
|
||||||
fn load() -> Result<()> {
|
fn load() -> Result<()> {
|
||||||
let _people: Vec<super::Person> = serde_dhall::from_file("./signalboost.dhall").parse()?;
|
let _people: Vec<super::Person> = serde_dhall::from_file("./signalboost.dhall").parse()?;
|
||||||
|
|
Loading…
Reference in New Issue