NO-JIRA: Fix bad format in marshal_test.go

Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/8cc69bdc
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/8cc69bdc
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/8cc69bdc

Branch: refs/heads/go1
Commit: 8cc69bdc8061204e782af11ea7dbe2a0a2795a6a
Parents: caefcc7
Author: Alan Conway <acon...@redhat.com>
Authored: Tue May 29 08:51:52 2018 -0400
Committer: Alan Conway <acon...@redhat.com>
Committed: Tue May 29 09:15:45 2018 -0400

----------------------------------------------------------------------
 go/src/qpid.apache.org/amqp/marshal_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/8cc69bdc/go/src/qpid.apache.org/amqp/marshal_test.go
----------------------------------------------------------------------
diff --git a/go/src/qpid.apache.org/amqp/marshal_test.go 
b/go/src/qpid.apache.org/amqp/marshal_test.go
index e679cc3..b1d1225 100644
--- a/go/src/qpid.apache.org/amqp/marshal_test.go
+++ b/go/src/qpid.apache.org/amqp/marshal_test.go
@@ -78,7 +78,7 @@ func TestIntKey(t *testing.T) {
                t.Error(err)
        }
        if 12345 != k.Get().(uint64) {
-               t.Errorf("(%T)%v != (%T)%v", 12345, k.Get().(uint64))
+               t.Errorf("%v != %v", 12345, k.Get().(uint64))
        }
        var n uint64
        if _, err := Unmarshal(bytes, &n); err != nil {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to