Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kakuilan committed Dec 14, 2024
1 parent ffd5609 commit 0476d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os_darwin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ func BenchmarkOS_Darwin_Uptime(b *testing.B) {

func TestOS_Darwin_GetBiosInfo(t *testing.T) {
res := KOS.GetBiosInfo()
KDbug.DumpPrint(res)
assert.NotNil(t, res)
assert.NotEmpty(t, res.Version)
}
Expand All @@ -83,7 +84,6 @@ func BenchmarkOS_Darwin_GetBiosInfo(b *testing.B) {

func TestOS_Darwin_GetBoardInfo(t *testing.T) {
res := KOS.GetBoardInfo()
KDbug.DumpPrint(res)
assert.NotNil(t, res)
assert.NotEmpty(t, res.Name)
assert.NotEmpty(t, res.Version)
Expand Down

0 comments on commit 0476d31

Please sign in to comment.