Skip to content

Commit

Permalink
Fix cli tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Baccata committed Mar 17, 2022
1 parent 52ba073 commit a98546c
Showing 1 changed file with 2 additions and 0 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

0 comments on commit a98546c

Please sign in to comment.