diff --git a/src/classes/TypeaheadTest.cls b/src/classes/TypeaheadTest.cls index 24dc3c5..2927acd 100644 --- a/src/classes/TypeaheadTest.cls +++ b/src/classes/TypeaheadTest.cls @@ -1,7 +1,7 @@ @isTest public with sharing class TypeaheadTest { - private static testMethod void testQuery() { + private static testMethod testQuery() { list aa = new list{ new Account(Name='Test Account'), new Account(Name='Another Account', BillingCity='Test City'), @@ -22,4 +22,4 @@ public with sharing class TypeaheadTest { system.assertEquals('Test Account', accts[1].get('Name')); } -} \ No newline at end of file +}