Skip to content

Commit 25f0661

Browse files
committed
Fix: ... is now valid crystal
1 parent 8c9bcfd commit 25f0661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/build_test.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class BuildCommandTest < Minitest::Test
6060
end
6161

6262
def test_reports_error_when_target_failed_to_compile
63-
File.write File.join(application_path, "src", "cli.cr"), "a = ..."
63+
File.write File.join(application_path, "src", "cli.cr"), "a = ......"
6464

6565
Dir.cd(application_path) do
6666
ex = assert_raises(FailedCommand) do

0 commit comments

Comments
 (0)