Skip to content

Commit

Permalink
fix test to match new function name
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hewitt committed Mar 18, 2020
1 parent de14a05 commit d0c83f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/roomkey/dryline/keywords_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
(t/is (= (sut "AWS::WAFv2::WebACL.Rules" :Rules)
:roomkey.aws.wafv2.WebACL.properties.Rules/Rules))))

(t/deftest ^:unit referenced-property-type-spec
(let [sut kws/referenced-property-type-spec]
(t/deftest ^:unit referenced-property-type-keyword
(let [sut kws/referenced-property-type-keyword]
(t/is (= (sut "AWS::WAFv2::WebACL.Rules" :Rule)
:roomkey.aws.wafv2.WebACL.properties/Rule))))

0 comments on commit d0c83f5

Please sign in to comment.