Skip to content

Commit

Permalink
Update file_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Oct 6, 2023
1 parent d2661ac commit 7c52229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion file_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ func TestNewFatFile(t *testing.T) {

fmt.Println(fat.Arches[0].FileTOC.String())

if fat.Arches[0].UUID().UUID.String() != "A52A503C-CE1E-3571-8BE8-8B977E0D0377" {
if fat.Arches[0].UUID().UUID.String() != "273FB269-0D2F-3A78-9874-09E004F8B069" {
t.Errorf("macho.UUID() = %s; want test", fat.Arches[0].UUID())
}
}
Expand Down

0 comments on commit 7c52229

Please sign in to comment.