Solved
Forum Discussion
Lucian
7 years agoCommunity Hero
Hey Alex,
Can you please use this code so I can understand what happens?
switch (item_type)
{
case "a":
break
case "b":
log.info("item_type equals b")
break
default:
log.info("item_type wasn't equal to any case")
break
}
What is it logged when running the test case now?
- TanyaYatskovska7 years ago
Alumni
Hi krogold,
Were you able to identify the cause of the issue?
- krogold7 years agoRegular Contributor
Hi, thanks for replying ...
It is weird, it seems to work now.
I can't find out what was wrong in my initial process ...
- TanyaYatskovska7 years ago
Alumni
Anyway, it's great to hear that everything is working now!