Skip to content
This repository was archived by the owner on Apr 15, 2024. It is now read-only.

Commit 2a43a6a

Browse files
committed
Reorder unittests
1 parent 23df603 commit 2a43a6a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/test_base.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,11 @@ def _should_support_node_meta(c):
5353
# catalog
5454
c.catalog.nodes,
5555
c.catalog.services,
56+
lambda **kw: c.catalog.register('foo', 'bar', **kw),
57+
# health
5658
lambda **kw: c.health.service('foo', **kw),
5759
lambda **kw: c.health.checks('foo', **kw),
5860
lambda **kw: c.health.state('unknown', **kw),
59-
lambda **kw: c.catalog.register('foo', 'bar', **kw),
6061
)
6162

6263

0 commit comments

Comments
 (0)