Skip to content

Commit

Permalink
test: remove not more needed test
Browse files Browse the repository at this point in the history
  • Loading branch information
batovpasha committed Jan 11, 2025
1 parent ba57993 commit 1f0c800
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/pre_commit_jira/core_test.clj
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
(ns pre-commit-jira.core-test
(:require
[clojure.java.shell :as shell]
[clojure.test :refer [are deftest is testing]]
[clojure.test :refer [are deftest is]]
[pre-commit-jira.core :refer [-main]]))

(deftest test-cloverage-report-in-ci
(testing "to test cloverage report in ci" (is (= 1 2) "1 equals 2")))

(deftest add-jira-ticket-hook
(are
[test-name commit-msg branch-name expected]
Expand Down

0 comments on commit 1f0c800

Please sign in to comment.