Closed NikitaErmakSenla closed 3 years ago
https://github.com/VyacheslavRadyuk/sf-senla-courses/blob/626c532484614523dd23323abf6134c2496d2508/lecture_2.7/TripManagerTest.cls#L29
System.assertNotEquals(null, tripsDbNull); System.assertEquals(true, tripsDbNull.isEmpty());
done
https://github.com/VyacheslavRadyuk/sf-senla-courses/blob/626c532484614523dd23323abf6134c2496d2508/lecture_2.7/TripManagerTest.cls#L29