aboutsummaryrefslogtreecommitdiff
path: root/file/file_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'file/file_test.go')
-rw-r--r--file/file_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/file/file_test.go b/file/file_test.go
index 783b92c..b35c147 100644
--- a/file/file_test.go
+++ b/file/file_test.go
@@ -6,7 +6,7 @@ import (
)
func TestSig(t *testing.T) {
- b := &Block{
+ b := &block{
Comment: "comment",
Bytes: []byte{'t', 'e', 's', 't'},
}