renaming of repository-types files to repositoryTypes

This commit is contained in:
Maren Süwer
2018-08-07 14:00:29 +02:00
parent 5731b607be
commit 839eb8d618
5 changed files with 6 additions and 6 deletions

View File

@@ -499,7 +499,7 @@ describe("repos fetch", () => {
status: 204
});
let editedFjords = {...slartiFjords};
let editedFjords = { ...slartiFjords };
editedFjords.description = "coast of africa";
const store = mockStore({});
@@ -516,7 +516,7 @@ describe("repos fetch", () => {
status: 204
});
let editedFjords = {...slartiFjords};
let editedFjords = { ...slartiFjords };
editedFjords.description = "coast of africa";
const store = mockStore({});