1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-07-13 01:10:14 +02:00

Upgrade project to Go 1.19 and switch to alecthomas/assert/v2

This commit is contained in:
Alec Thomas
2022-10-17 20:46:53 +11:00
parent b338844a9a
commit 40b7a9135a
29 changed files with 127 additions and 133 deletions

View File

@ -3,7 +3,7 @@ package chroma
import (
"testing"
"github.com/stretchr/testify/assert"
assert "github.com/alecthomas/assert/v2"
)
func TestRemappingLexer(t *testing.T) {