Skip to content

Commit

Permalink
Fix case sensitivity issue that stopped the test working in CI
Browse files Browse the repository at this point in the history
It's a little scary that this works on MacOS but fails on Linux. I will think
about how we can defend against similar occurrences.
  • Loading branch information
bakert committed Sep 20, 2024
1 parent 4fefdec commit a384759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatherling/templates/partials/testItem.mustache
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{{#icon}}{{> testicon}} {{/icon}}{{name}}
{{#icon}}{{> testIcon}} {{/icon}}{{name}}

0 comments on commit a384759

Please sign in to comment.