Skip to content

Commit

Permalink
Test formatting check failure
Browse files Browse the repository at this point in the history
  • Loading branch information
olttwa committed Sep 23, 2024
1 parent 46f2cf3 commit ed648bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test_lint_fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Run tests
run: clj -X:test
env:
GIT_FORCE_COLOR: "1"
GOOSE_TEST_REDIS_HOST: redis
GOOSE_TEST_REDIS_PORT: 6379
GOOSE_TEST_RABBITMQ_HOST: rabbitmq
Expand Down
2 changes: 1 addition & 1 deletion src/goose/brokers/redis/api/batch.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(ns ^:no-doc goose.brokers.redis.api.batch
(:require
[goose.brokers.redis.api.enqueued-jobs :as enqueued-jobs]
[goose.brokers.redis.api.enqueued-jobs :as enqueued-jobs]
[goose.brokers.redis.api.scheduled-jobs :as scheduled-jobs]
[goose.brokers.redis.batch :as batch]
[goose.brokers.redis.commands :as redis-cmds]))
Expand Down

0 comments on commit ed648bb

Please sign in to comment.