Skip to content

Commit

Permalink
Remove old urn modifier which was replaced by the urns modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed May 7, 2024
1 parent 50664fc commit 6fce640
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 224 deletions.
8 changes: 0 additions & 8 deletions flows/modifiers/base_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,14 +201,6 @@ func TestConstructors(t *testing.T) {
"timezone": "America/Los_Angeles"
}`,
},
{
modifiers.NewURN(urns.URN("tel:+1234567890"), modifiers.URNAppend),
`{
"type": "urn",
"urn": "tel:+1234567890",
"modification": "append"
}`,
},
{
modifiers.NewURNs([]urns.URN{urns.URN("tel:+1234567890"), urns.URN("tel:+1234567891")}, modifiers.URNsSet),
`{
Expand Down
141 changes: 0 additions & 141 deletions flows/modifiers/testdata/urn.json

This file was deleted.

75 changes: 0 additions & 75 deletions flows/modifiers/urn.go

This file was deleted.

0 comments on commit 6fce640

Please sign in to comment.