diff options
Diffstat (limited to 'hst/fs_test.go')
| -rw-r--r-- | hst/fs_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hst/fs_test.go b/hst/fs_test.go index 10e075be..4b079096 100644 --- a/hst/fs_test.go +++ b/hst/fs_test.go @@ -241,7 +241,7 @@ func (s stubFS) String() string { return "<invalid " + s.typeName + ">" type sCheck struct { FS hst.FilesystemConfigJSON `json:"fs"` - Magic int `json:"magic"` + Magic uint64 `json:"magic"` } type fsTestCase struct { |
