mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-09-16 14:40:28 +00:00
Move to use our ghw clone (#535)
This commit is contained in:
@@ -17,6 +17,7 @@ package config_test
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
sdkTypes "github.com/kairos-io/kairos-sdk/types"
|
||||
"path/filepath"
|
||||
"reflect"
|
||||
"strings"
|
||||
@@ -151,7 +152,7 @@ var _ = Describe("Schema", func() {
|
||||
Size: 10000,
|
||||
},
|
||||
Partitions: v1.ElementalPartitions{
|
||||
OEM: &v1.Partition{
|
||||
OEM: &sdkTypes.Partition{
|
||||
Size: 5120,
|
||||
FS: "ext4",
|
||||
},
|
||||
|
Reference in New Issue
Block a user