Skip to content

Commit

Permalink
fix DDR3
Browse files Browse the repository at this point in the history
  • Loading branch information
parmigggiana committed Oct 18, 2024
1 parent c55442b commit 2aeeedd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/parsers/test_alecase.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def test_ram():
"model": "CT102464BA160B.C16",
"ram-ecc": "no",
"ram-timings": "11-11-11-28",
"ram-type": "DDR3",
"ram-type": "ddr3",
"sn": "1949761536",
"type": "ram",
"working": "yes",
Expand All @@ -62,7 +62,7 @@ def test_ram():
"model": "CT102464BA160B.C16",
"ram-ecc": "no",
"ram-timings": "11-11-11-28",
"ram-type": "DDR3",
"ram-type": "ddr3",
"sn": "2172780544",
"type": "ram",
"working": "yes",
Expand Down
4 changes: 2 additions & 2 deletions tests/parsers/test_asdpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def test_ram():
expect = [
{
"ram-ecc": "no",
"ram-type": "DDR3",
"ram-type": "ddr3",
"brand": "G Skill Intl",
"capacity-byte": 8589934592,
"frequency-hertz": 1333000000,
Expand All @@ -55,7 +55,7 @@ def test_ram():
},
{
"ram-ecc": "no",
"ram-type": "DDR3",
"ram-type": "ddr3",
"brand": "G Skill Intl",
"capacity-byte": 8589934592,
"frequency-hertz": 1333000000,
Expand Down

0 comments on commit 2aeeedd

Please sign in to comment.