Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
Fix a test
Browse files Browse the repository at this point in the history
  • Loading branch information
pgundlach committed Oct 7, 2013
1 parent 656b8b3 commit 5f47795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gogit_test.go
Expand Up @@ -319,8 +319,8 @@ func TestObjecttype(t *testing.T) {
t.Error("Expect ObjectTree, got", objtype)
}
size, _ := repos.ObjectSize(oid)
if size != 28 {
t.Error("size != 28")
if size != 202 {
t.Error("size != 202")
}
oid, _ = NewOidFromString("d2908b1a835a035585c8dc7a244be991cc3468fd")
size, _ = repos.ObjectSize(oid)
Expand Down

0 comments on commit 5f47795

Please sign in to comment.