Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
AE-1917: Fix testing block inside a testing block when it wasn't nece…
Browse files Browse the repository at this point in the history
…ssary
  • Loading branch information
Juholei committed Jul 3, 2023
1 parent dc10899 commit 67a14d4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@
:label-sv "Sakkoluettelon lähetys menossa (sv)"
:valid true
:manually-deliverable false
:allow-comments false}]))
:allow-comments false}])))

(t/testing "Toimenpidetyypit matches the schema"
(t/is (nil? (schema/check [valvonta-kaytto-schema/Toimenpidetyypit]
toimenpidetyypit)))))))
(t/testing "Toimenpidetyypit matches the schema"
(t/is (nil? (schema/check [valvonta-kaytto-schema/Toimenpidetyypit]
toimenpidetyypit))))))

0 comments on commit 67a14d4

Please sign in to comment.