Skip to content

Commit

Permalink
don't output notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhadfield committed Dec 2, 2018
1 parent 94ceb3d commit 752a85f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/sncli/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ func TestTagNotesByTextWithNewTags(t *testing.T) {
assert.NoError(t, err)
msg, _, err = startCLI([]string{"sncli", "delete", "note", "--title", "TestNoteOne,TestNoteTwo"})
assert.NoError(t, err, err)
_, _, err = startCLI([]string{"sncli", "get", "notes"})
msg, _, err = startCLI([]string{"sncli", "delete", "tag", "--title", "testTagOne,testTagTwo"})
assert.NoError(t, err, err)
_, _, err = startCLI([]string{"sncli", "get", "notes"})
Expand Down

0 comments on commit 752a85f

Please sign in to comment.