diff options
Diffstat (limited to 'test/task_test.rb')
| -rw-r--r-- | test/task_test.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/task_test.rb b/test/task_test.rb index 4eb73bc..bbdce89 100644 --- a/test/task_test.rb +++ b/test/task_test.rb @@ -15,7 +15,7 @@ class TaskTest < HCl::TestCase billable: true }] }]}) - assert_equal 1, HCl::Task.get_all.size - assert_equal 'Security support', HCl::Task.get_all.first.name + assert_equal 1, HCl::Task.all.size + assert_equal 'Security support', HCl::Task.all.first.name end end |
