diff options
| author | taylorchu <[email protected]> | 2015-05-30 22:27:08 +0200 |
|---|---|---|
| committer | Carlos MartÃn Nieto <[email protected]> | 2015-05-30 22:27:08 +0200 |
| commit | 53c158fbd7e5f4dac787f5c3a7107fcb4116f676 (patch) | |
| tree | ee98007a87f3b9bd371af020d47946989d0fd628 /submodule_test.go | |
| parent | 35ff0de8559ed987ff82b025cc2bb5983f29e559 (diff) | |
Fix test error messages
Diffstat (limited to 'submodule_test.go')
| -rw-r--r-- | submodule_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/submodule_test.go b/submodule_test.go index ee75d53..27bc193 100644 --- a/submodule_test.go +++ b/submodule_test.go @@ -21,6 +21,6 @@ func TestSubmoduleForeach(t *testing.T) { checkFatal(t, err) if i != 1 { - t.Fatalf("expected one submodule found but got %i", i) + t.Fatalf("expected one submodule found but got %d", i) } } |
