Skip to content

Commit

Permalink
cleanup draft
Browse files Browse the repository at this point in the history
  • Loading branch information
Zwiterrion committed Dec 3, 2024
1 parent 22d2626 commit 18276a9
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions daikoku/test/daikoku/AdminApiControllerSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4749,7 +4749,6 @@ class AdminApiControllerSpec
metadata = Map.empty,
contentType = "text/html",
body = "<div>hello world</div>",
draft = "<div>hello world</div>",
path = None,
lastPublishedDate = DateTime.now().some
)
Expand Down Expand Up @@ -4782,7 +4781,6 @@ class AdminApiControllerSpec
metadata = Map.empty,
contentType = "text/html",
body = "<div>hello world</div>",
draft = "<div>hello world</div>",
path = None,
lastPublishedDate = DateTime.now().some
)
Expand Down Expand Up @@ -4816,7 +4814,6 @@ class AdminApiControllerSpec
metadata = Map.empty,
contentType = "text/html",
body = "<div>hello world</div>",
draft = "<div>hello world</div>",
path = None,
lastPublishedDate = DateTime.now().some
)
Expand Down Expand Up @@ -4849,7 +4846,6 @@ class AdminApiControllerSpec
metadata = Map.empty,
contentType = "text/html",
body = "<div>hello world</div>",
draft = "<div>hello world</div>",
path = None,
lastPublishedDate = DateTime.now().some
)
Expand Down Expand Up @@ -4880,7 +4876,6 @@ class AdminApiControllerSpec
metadata = Map.empty,
contentType = "text/html",
body = "<div>hello world</div>",
draft = "<div>hello world</div>",
path = None,
lastPublishedDate = DateTime.now().some
)
Expand Down Expand Up @@ -4912,7 +4907,6 @@ class AdminApiControllerSpec
metadata = Map.empty,
contentType = "text/html",
body = "<div>hello world</div>",
draft = "<div>hello world</div>",
path = None,
lastPublishedDate = DateTime.now().some
)
Expand Down Expand Up @@ -4951,7 +4945,6 @@ class AdminApiControllerSpec
metadata = Map.empty,
contentType = "text/html",
body = "<div>hello world</div>",
draft = "<div>hello world</div>",
path = None,
lastPublishedDate = DateTime.now().some
)
Expand Down Expand Up @@ -4991,7 +4984,6 @@ class AdminApiControllerSpec
metadata = Map.empty,
contentType = "text/html",
body = "<div>hello world</div>",
draft = "<div>hello world</div>",
path = None,
lastPublishedDate = DateTime.now().some
)
Expand Down Expand Up @@ -5035,7 +5027,6 @@ class AdminApiControllerSpec
metadata = Map.empty,
contentType = "text/html",
body = "<div>hello world</div>",
draft = "<div>hello world</div>",
path = None,
lastPublishedDate = DateTime.now().some
)
Expand Down

0 comments on commit 18276a9

Please sign in to comment.