1
0
mirror of https://github.com/TomWright/dasel.git synced 2022-05-22 02:32:45 +03:00

Remove comment

This commit is contained in:
beatcracker
2021-12-22 18:13:35 +03:00
parent 3b549b4aca
commit 16ac959b24

View File

@@ -1443,11 +1443,7 @@ func TestNode_NewFromFile(t *testing.T) {
}
}
// TestNode_Write tests writing to Writer
//
// Not sure what to test here:
// should all file/parser tests be duplicated?
// E.g.: TestWrite, TestNewWriteParserFromString
// TestNode_Write tests writing to Writer.
func TestNode_Write(t *testing.T) {
type testData = map[string]interface{}
type args struct {