Skip to content
Snippets Groups Projects
Commit 773dc6fb authored by Tifenn Guillas's avatar Tifenn Guillas
Browse files

Update changelog + fix typo in test

parent bff8ac2c
No related branches found
No related tags found
2 merge requests!169Develop,!157Resolve "[Search] Display dataset depending on authentication"
......@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
### Changed
- #145 => Display public datasets only when no user logged in
- #134 => Result search summary into accordion
- #139 => Datasets selected in search multiple is a configurable option in anis-admin
- #138 => Sort attributes and put scrollbar if table too long in Documentation module
......
......@@ -3,7 +3,7 @@ import * as fromDataset from '../reducers/dataset.reducer';
import { Dataset } from '../model';
import { DATASET_LIST } from '../../../settings/test-data';
fdescribe('[Metamodel] Dataset selector', () => {
describe('[Metamodel] Dataset selector', () => {
it('should get datasetSearchMetaIsLoading', () => {
const state = { metamodel: { dataset: { ...fromDataset.initialState }}};
expect(datasetSelector.getDatasetSearchMetaIsLoading(state)).toBeFalsy();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment