Skip to content

Commit 28c74fb

Browse files
committed
Changes in test case by adding import statement
1 parent 1494819 commit 28c74fb

File tree

1 file changed

+5
-1
lines changed
  • src/testFixtures/workspaceFolder/ruby-plain-sam-app/src

1 file changed

+5
-1
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
require 'date'
2+
3+
# Define a function to print the current date
14
def handler_beside_package_json(event, context)
2-
puts 'hello world'
5+
current_date = Date.today
6+
puts "Today's date is: #{current_date}"
37
end

0 commit comments

Comments
 (0)