quarkiverse / quarkus-bon-jova-rockstar

An implementation of Rockstar as a JVM language
https://codewithrockstar.com/
3 stars 2 forks source link

Update test name so IDE maps it to implementation, correct resource path #135

Open holly-cummins opened 7 months ago

holly-cummins commented 7 months ago

It was bothering me that cmd-shift-T wasn't working in IDEA, so I've made the test name match the implementation class name.

I also noticed we're using the wrong name in ShrinkWrap, for the resource. I don't know if that's what causes the test failure in CI, but it won't be helping.