21205: Fix comment
authorPeter Amstutz <peter.amstutz@curii.com>
Wed, 29 Nov 2023 20:46:52 +0000 (15:46 -0500)
committerPeter Amstutz <peter.amstutz@curii.com>
Wed, 29 Nov 2023 20:46:52 +0000 (15:46 -0500)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

services/api/test/unit/container_request_test.rb

index e6abdc771b1cdd26badc8f74defb91fd37999980..d25c08a579efa650c4f5ec57d2d597b48483a507 100644 (file)
@@ -1131,7 +1131,7 @@ class ContainerRequestTest < ActiveSupport::TestCase
     assert_equal ContainerRequest::Final, cr.state
     output_coll = Collection.find_by_uuid(cr.output_uuid)
     # Make sure the resulting output collection name include the original name
-    # plus the date
+    # plus the last 15 characters of uuid
     assert_not_equal output_name, output_coll.name,
                      "more than one collection with the same owner and name"
     assert output_coll.name.include?(output_name),