diff --git a/tests/gems/debian/test_aptitude.py b/tests/gems/debian/test_aptitude.py index eb16a73a..37ba5385 100644 --- a/tests/gems/debian/test_aptitude.py +++ b/tests/gems/debian/test_aptitude.py @@ -110,7 +110,7 @@ Description: GNU C compiler 'section': 'web', 'maintainer': 'Distro Dev ', 'architecture': 'amd64', - 'uncompressed size': 236000000, + 'uncompressed size': 247463936, 'predepends': ('distro-system-adjustments (>= 2021.12.16)', ), 'breaks': ('firefox-dbg (< 95.0.1+distro1+una)', 'firefox-dev (< 95.0.1+distro1+una)', 'firefox-geckodriver (< 95.0.1+distro1+una)', 'firefox-mozsymbols (< 95.0.1+distro1+una)'), @@ -127,7 +127,7 @@ Description: GNU C compiler 'section': 'devel', 'maintainer': 'Distro Developers ', 'architecture': 'amd64', - 'uncompressed size': 51200, + 'uncompressed size': 52429, 'depends': ('cpp (= 4:9.3.0-1distro2)', 'gcc-9 (>= 9.3.0-3~)'), 'recommends': ('libc6-dev | libc-dev', ), 'suggests': ('gcc-multilib', 'make', 'manpages-dev', 'autoconf', 'automake', diff --git a/tests/gems/flatpak/test_flatpak.py b/tests/gems/flatpak/test_flatpak.py index a65b16bd..0244a2ae 100644 --- a/tests/gems/flatpak/test_flatpak.py +++ b/tests/gems/flatpak/test_flatpak.py @@ -20,4 +20,4 @@ class FlatpakTest(TestCase): SimpleProcess.assert_called_once() handle_simple.assert_called_once() - self.assertEqual({'org.xpto.Xnote': 4300000}, download_size) + self.assertEqual({'org.xpto.Xnote': 4508877}, download_size)