Browse Source

codec: test suite: add TestCborSkipTags

Ugorji Nwoke 6 years ago
parent
commit
bf180612a3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      codec/z_all_test.go

+ 1 - 0
codec/z_all_test.go

@@ -239,6 +239,7 @@ func testCborGroup(t *testing.T) {
 	t.Run("TestCborBytesEncodedAsArray", TestCborBytesEncodedAsArray)
 
 	t.Run("TestCborHalfFloat", TestCborHalfFloat)
+	t.Run("TestCborSkipTags", TestCborSkipTags)
 }
 
 func testMsgpackGroup(t *testing.T) {