Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Commit

Permalink
change data sanity regression test values for databases
Browse files Browse the repository at this point in the history
In response to the UCP government budget for post-secondary universities
and how it was passed down to the library, we've implemented cuts to
our collections resulting in fewer databases.
  • Loading branch information
pgwillia committed Feb 14, 2020
1 parent f7b655d commit f070e48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and releases in Discovery project adheres to [Semantic Versioning](http://semver
### Changed
- prepare for incoming library short codes [#1843](https://github.com/ualbertalib/discovery/issues/1843)
- denormalize library locations [#1843](https://github.com/ualbertalib/discovery/issues/1843)
- data sanity regression test values for databases [PR#]()

### Added
- create backup tables for library and location [#1843](https://github.com/ualbertalib/discovery/issues/1843)
Expand Down
4 changes: 2 additions & 2 deletions test/grabBag/t/dataSanityRegression.t
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ my @collections = (
},
{
name => 'journals',
minimum => 10
minimum => 1
},
{
name => 'databases',
minimum => 10
minimum => 1
}
);
for my $href (@collections) {
Expand Down

0 comments on commit f070e48

Please sign in to comment.