Update CI configs to v0.4.12

Update lint scripts and CI configs.
This commit is contained in:
Pion
2020-11-06 19:54:44 +00:00
committed by Sean DuBois
parent c1824714dd
commit ae5c0046da
7 changed files with 30 additions and 3 deletions

View File

@@ -75,5 +75,5 @@ func TestSessionDescription_Unmarshal(t *testing.T) {
parsed, err = desc.Unmarshal()
assert.NotNil(t, parsed)
assert.NoError(t, err)
pc.Close()
assert.NoError(t, pc.Close())
}