Skip to content

Commit 619efef

Browse files
committed
Fix copypasta comment
1 parent f1a8c78 commit 619efef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inkcpp_test/ExternalFunctionTypes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ SCENARIO("a story with external functions support types", "[story]")
3838

3939
WHEN("run thread")
4040
{
41-
THEN("thread has correct line counts")
41+
THEN("output shows values from ink")
4242
{
4343
auto line = thread->getline();
4444
REQUIRE(line == "true 1.5 -5 17 foo\n");

0 commit comments

Comments
 (0)