Skip to content

Commit

Permalink
trivial: Fix tag name only used in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ximion committed Mar 28, 2022
1 parent c5d28f2 commit 922c210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asgen/result.d
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ unittest
auto res = new GeneratorResult (pkg);

auto vars = ["rainbows": "yes", "unicorns": "no", "storage": "towel"];
res.addHint ("org.freedesktop.foobar.desktop", "desktop-file-hidden-set", vars);
res.addHint ("org.freedesktop.foobar.desktop", "desktop-entry-hidden-set", vars);
res.addHint ("org.freedesktop.awesome-bar.desktop", "metainfo-validation-error", "Nothing is good without chocolate. Add some.");
res.addHint ("org.freedesktop.awesome-bar.desktop", "screenshot-video-check-failed", "Frobnicate functionality is missing.");

Expand Down

0 comments on commit 922c210

Please sign in to comment.