Skip to content

Commit

Permalink
Merge pull request #143 from disneystreaming/fix-tests
Browse files Browse the repository at this point in the history
Fix tests
  • Loading branch information
Baccata authored Mar 17, 2022
2 parents 4053a06 + a98546c commit 66d219f
Show file tree
Hide file tree
Showing 2 changed files with 788 additions and 709 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ object CommandParsingSpec extends FunSuite {
skipScala = false,
skipOpenapi = false,
allowedNS = None,
excludedNS = None,
repositories = Nil,
dependencies = Nil,
transformers = Nil
Expand Down Expand Up @@ -77,6 +78,7 @@ object CommandParsingSpec extends FunSuite {
skipScala = true,
skipOpenapi = true,
allowedNS = Some(Set("name1", "name2")),
excludedNS = None,
repositories = List("repo1", "repo2"),
dependencies = List("dep1", "dep2"),
transformers = List("t1", "t2")
Expand Down
Loading

0 comments on commit 66d219f

Please sign in to comment.