Project

General

Profile

« Previous | Next » 

Revision 92fc67cf

Added by koszko over 1 year ago

change store names and data keys to singular

View differences:

test/unit/utils.py
149 149
    be used to populate IndexedDB.
150 150
    """
151 151
    return {
152
        'resources': sample_data_dict([make_sample_resource()]),
153
        'mappings': sample_data_dict([make_sample_mapping()]),
152
        'resource': sample_data_dict([make_sample_resource()]),
153
        'mapping': sample_data_dict([make_sample_mapping()]),
154 154
        'file': {
155 155
            'sha256': sample_files_by_sha256
156 156
        }

Also available in: Unified diff