Replaced SystemInfo.getMachineArchitecture() with getArchitecture() and getArchitectureName().
This commit is contained in:
@@ -33,6 +33,7 @@ class SystemInfoTest extends Specification {
|
||||
expect:
|
||||
systemInfo.kernelName
|
||||
systemInfo.kernelVersion
|
||||
systemInfo.machineArchitecture
|
||||
systemInfo.architectureName
|
||||
systemInfo.architecture
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user