Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jinnovation committed Sep 22, 2024
1 parent 9c7c664 commit ee3319a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test-kele.el
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ metadata:
(protocol . "TCP")
(port . 8081))]))))))
:to-equal
(((name . "foo") (protocol . "TCP") (port . 8081)))))
'(((name . "foo") (protocol . "TCP") (port . 8081)))))
(it "filters by protocol"
(expect
(kele--service-ports
Expand Down

0 comments on commit ee3319a

Please sign in to comment.