Skip to content

Commit

Permalink
Update excerpt.cfc
Browse files Browse the repository at this point in the history
  • Loading branch information
MvdO79 authored Nov 5, 2023
1 parent 2a0c9d6 commit 8403d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wheels/tests/view/text/excerpt.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ component extends="wheels.tests.Test" {
args.phrase = "excerpt view helper";
args.radius = "10";
e = _controller.excerpt(argumentcollection = args);
r = "[more]sting the excerpt view helper to see if[more]";
r = "[more]testing the excerpt view helper to see if[more]";
assert("e eq r");
}

Expand Down

0 comments on commit 8403d98

Please sign in to comment.