seeing weird behavior, i have a test defined like ...
# kotlintest
b
seeing weird behavior, i have a test defined like this:
but the test view shows up like:
(where set isn't nested within 'version')
i've got about 10 of these tests within this test file and this happens for each one
s
My guess would be a bug with the isolation mode
can you flick it to another mode and see if it goes away just to confirm
b
changing it to
SingleInstance
does fix the display issue, looks like
i've used PerLeaf a ton though and never noticed this
s
Ok so I think it must be limited to instance per leaf
I'll investigate