Renamed abstract_service to abstractService
Mostly because abstract_serviceTest looks weird. Change-Id: Ia27b0e0cc70b8e4280f52f40eb78b466e358aa54
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
* the License for the specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
import AbstractService from './util/abstract_service';
|
||||
import AbstractService from './util/abstractService';
|
||||
|
||||
/**
|
||||
* A list of all supported versions. Please keep this array sorted by most recent.
|
||||
|
@@ -1,4 +1,4 @@
|
||||
import AbstractService from './util/abstract_service';
|
||||
import AbstractService from './util/abstractService';
|
||||
|
||||
/**
|
||||
* A list of all supported versions. Please keep this array sorted by most recent.
|
||||
|
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import AbstractService from "../../../src/util/abstract_service";
|
||||
import AbstractService from "../../../src/util/abstractService";
|
||||
import * as mockData from "../helpers/data/versions";
|
||||
import fetchMock from "fetch-mock"; // Might as well use service
|
||||
|
Reference in New Issue
Block a user