commit | 2ef703cbab1ec2f37ae45c1a91bf7964e74452d1 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Thu Jul 03 15:57:42 2025 +0200 |
committer | Akron <nils@diewald-online.de> | Thu Jul 03 15:57:42 2025 +0200 |
tree | a40748f9b57876b2d4b51ed96b222289dc34128e | |
parent | 49b525c7be9a56c9aa6c256432524510a8dc09de [diff] [blame] |
Rename KoralPipe-TermMapper to Koral-Mapper Change-Id: Ib71a02b6640a9d93d81cb419d760f13a60ec5f58
diff --git a/matcher/snippet_matcher_test.go b/matcher/snippet_matcher_test.go index 5c9b852..3142f9f 100644 --- a/matcher/snippet_matcher_test.go +++ b/matcher/snippet_matcher_test.go
@@ -3,7 +3,7 @@ import ( "testing" - "github.com/KorAP/KoralPipe-TermMapper/ast" + "github.com/KorAP/Koral-Mapper/ast" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" )