Skip to content

Commit

Permalink
otk-gen-partition-table: fix test values
Browse files Browse the repository at this point in the history
Update test values to match the relayout changes.
  • Loading branch information
achilleas-k authored and supakeen committed Jul 25, 2024
1 parent 4ef7f0d commit 7a0dfd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/otk-gen-partition-table/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ func TestGenPartitionTableCustomizationExtraMp(t *testing.T) {
Filename: "disk.img",
Internal: otkdisk.Internal{
PartitionTable: &disk.PartitionTable{
Size: 15890120704,
Size: 15893266432,
UUID: "0194fdc2-fa2f-4cc0-81d3-ff12045b73c8",
Type: "dos",
Partitions: []disk.Partition{
Expand All @@ -399,7 +399,7 @@ func TestGenPartitionTableCustomizationExtraMp(t *testing.T) {
},
{
Start: 2148532224,
Size: 13741588480,
Size: 13744734208,
Type: "8e",
Payload: &disk.LVMVolumeGroup{
Name: "rootvg",
Expand Down

0 comments on commit 7a0dfd5

Please sign in to comment.