fix time's test

This commit is contained in:
Gwenhael Le Moine 2022-03-09 13:20:34 +01:00
parent 256053f31a
commit 9eb17e6555
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -9,7 +9,7 @@ class TestLanguageTimeDate < MiniTest::Test
include Types
def test_time
now = Time.now.to_s
now = Time.now.to_s.split[1]
interpreter = Rpl.new
interpreter.run 'time'