diff options
| author | Piotr Kuczynski <[email protected]> | 2022-03-31 19:48:24 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-31 17:48:24 +0000 |
| commit | 03041201c21ad599bbe1874c375f4f41b94961ba (patch) | |
| tree | cd4de61bc8d8bfa40984ef60fbc224391ebc01e4 /test/system.spec.ts | |
| parent | 0b350f929624a1247f35549c61148ec93e5f0c0a (diff) | |
| download | faker-03041201c21ad599bbe1874c375f4f41b94961ba.tar.xz faker-03041201c21ad599bbe1874c375f4f41b94961ba.zip | |
fix: datatype.number when min = max + precision, throw when max > min (#664)
Diffstat (limited to 'test/system.spec.ts')
| -rw-r--r-- | test/system.spec.ts | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/test/system.spec.ts b/test/system.spec.ts index e9eee506..e3e7f692 100644 --- a/test/system.spec.ts +++ b/test/system.spec.ts @@ -7,45 +7,45 @@ const seededRuns = [ { seed: 42, expectations: { - fileName: 'mobile_application.wad', - commonFileName: 'mobile_application.gif', + fileName: 'mobile_fish.gif', + commonFileName: 'mobile_fish.mpe', mimeType: 'application/vnd.marlin.drm.license+xml', commonFileType: 'audio', commonFileExt: 'png', fileType: 'image', fileExt: 'chm', directoryPath: '/opt/bin', - filePath: '/opt/bin/directives_savings_computer.qwd', + filePath: '/opt/bin/directives_application_home.paw', semver: '3.7.9', }, }, { seed: 1337, expectations: { - fileName: 'delaware.vcg', - commonFileName: 'delaware.wav', + fileName: 'delaware.uvvt', + commonFileName: 'delaware.mp2', mimeType: 'application/vnd.dxr', commonFileType: 'audio', commonFileExt: 'wav', fileType: 'font', fileExt: 'gxt', directoryPath: '/Library', - filePath: '/Library/bike_kiribati.kpr', + filePath: '/Library/bike_interactive.qwt', semver: '2.5.1', }, }, { seed: 1211, expectations: { - fileName: 'turnpike_supervisor_chicken.mka', - commonFileName: 'turnpike_supervisor_chicken.mp4v', + fileName: 'turnpike_frozen_handcrafted.mka', + commonFileName: 'turnpike_frozen_handcrafted.mp4v', mimeType: 'text/vnd.fmi.flexstor', commonFileType: 'application', commonFileExt: 'htm', fileType: 'x-shader', fileExt: 'opml', directoryPath: '/var/log', - filePath: '/var/log/forward_frozen.swf', + filePath: '/var/log/forward_supervisor.swf', semver: '9.4.8', }, }, @@ -101,6 +101,8 @@ describe('system', () => { 'jpeg', 'm2a', 'm2v', + 'mp2', + 'mp3', 'mp4', 'mp4v', 'mpeg', |
