Skip to content

Commit

Permalink
fix: remove debug printout from test that shouldn't have been committed
Browse files Browse the repository at this point in the history
  • Loading branch information
Omnikron13 committed May 19, 2024
1 parent 1691d54 commit 4ff4824
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tag/tag_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,7 @@ func Test_LoadPath(t *testing.T) {
func Test_normaliseName(t *testing.T) {
assert.Equal(t, "test-tag-name", normaliseName("Test TAG name"))
assert.Equal(t, "already-normalised", normaliseName("already-normalised"))
tags, _ := LoadAll()
for name, _ := range tags {
t.Logf("tag: %v", name)
}
}
}


func Test_MarshalYAML(t *testing.T) {
Expand Down

0 comments on commit 4ff4824

Please sign in to comment.