APT fixtures moved and shrunk

This commit is contained in:
Christoph Haas 2021-03-02 22:38:12 +01:00
parent 6d39869eff
commit 46f76c5220
13 changed files with 494 additions and 2 deletions

View file

@ -68,7 +68,7 @@ class PackagesHelperTest < ActionView::TestCase
# Packages enumerator must be restarted to start from position 1
packages = release.packages('main', 'amd64')
assert_equal 8320, packages.count
assert_equal 5, packages.count
# Get information from translation file
i18n = release.i18n('main', 'en')