Skip to content

Commit ff7e721

Browse files
Copilotcpuguy83
andauthored
Fix TestExport to check for manifest.json instead of VERSION file (#17)
* Fix TestExport to check for manifest.json instead of VERSION file Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: cpuguy83 <799078+cpuguy83@users.noreply.github.com>
1 parent 959f7b4 commit ff7e721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image/export_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func TestExport(t *testing.T) {
3737

3838
t.Log(hdr.Name)
3939

40-
if hdr.Name == "c28b9c2faac407005d4d657e49f372fb3579a47dd4e4d87d13e29edd1c912d5c/VERSION" {
40+
if hdr.Name == "manifest.json" {
4141
found = true
4242
break
4343
}

0 commit comments

Comments
 (0)