refactor: move issues to actual tests and refactor

This commit is contained in:
2023-03-13 20:44:56 +01:00
committed by Kasper Juul Hermansen
parent c025d17424
commit 9ba01396cb
6 changed files with 66 additions and 86 deletions

View File

@@ -1,3 +1,5 @@
mod issues;
use dagger_sdk::{connect, ContainerExecOptsBuilder};
use pretty_assertions::assert_eq;