Skip to content

Commit

Permalink
Make travis happy
Browse files Browse the repository at this point in the history
  • Loading branch information
vqhuy committed Oct 26, 2017
1 parent 5e983af commit 97fa511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/auditor/common_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func TestComputeDirectoryIdentity(t *testing.T) {
str *protocol.DirSTR
want []byte
}{
{"normal", str0, dh("fd0584f79054f8113f21e5450e0ad21c9221fc159334c7bc1644e3e2a0fb5060")},
{"normal", str0, dh("b2c6300df0d0d0fb26c3be959a33cc978fc1969090fd19d95dd76cd43b809949")},
{"panic", str1, []byte{}},
}
for _, tt := range tests {
Expand Down

0 comments on commit 97fa511

Please sign in to comment.