Skip to content

Commit 1aa98c9

Browse files
fix: add tests for missing cases
Signed-off-by: Sourya Vatsyayan <sourya@deepsource.io>
1 parent ca0fb3a commit 1aa98c9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

config/config_test.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,8 @@ func TestVerifyAuthentication(t *testing.T) {
6767
assert.NotNil(t, err)
6868
})
6969
}
70+
71+
func TestConfigWriteFile(t *testing.T) {
72+
err := cfg.WriteFile()
73+
assert.Nil(t, err)
74+
}

0 commit comments

Comments
 (0)