Bug 10306: (QA follow-up) Correct a TestBuilder call
[koha.git] / t / db_dependent / ClassSource.t
index 99beb3d..6d4ab7e 100644 (file)
@@ -128,7 +128,6 @@ is_deeply(
 
 #Test GetClassSort
 my $getclassSort;
-#Note: Create a warning:" attempting to use non-existent class sorting routine $sort_routine"
 warning_like
     { $getclassSort = GetClassSort( 'source1', 'sortrule1', 'item1' ) }
     qr/attempting to use non-existent class sorting routine/,