Skip to content

Commit 76cdcd6

Browse files
committed
Record name refactor.
1 parent faa7fa9 commit 76cdcd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/components/Records/Record/CollectionRecord/searchCollection.spec.js renamed to tests/unit/components/Records/Record/CollectionRecord/SearchCollection.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Record.state.currentRecord["fairsharingRecord"] = {
8888
registry:'Collection'
8989
};
9090

91-
describe("SearchOrganisationRecords.vue", function(){
91+
describe("SearchCollection.vue", function(){
9292

9393
let wrapper;
9494
let stub = sinon.stub(Client.prototype, "executeQuery");

0 commit comments

Comments
 (0)