Skip to content

Commit b14c142

Browse files
committed
Fix unit tests
1 parent 83fa090 commit b14c142

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/io/factorhouse/agent_test.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
:sent 2
124124
:total 3}
125125
:id agent-id
126-
:version "1.0.0"}}}]
126+
:version "1.1.1"}}}]
127127
[[:streams "abc123" :kafka/streams-agent]
128128
{:type :kafka/streams-agent-metrics,
129129
:application-id "xxx",
@@ -188,7 +188,7 @@
188188
:sent 2
189189
:total 4}
190190
:id agent-id
191-
:version "1.0.0"}}}]
191+
:version "1.1.1"}}}]
192192
[[:streams "abc123" :kafka/streams-agent]
193193
{:type :kafka/streams-agent-metrics,
194194
:application-id "xxx",

0 commit comments

Comments
 (0)