Simplified template renderer parsing and execution.
This commit is contained in:
parent
e8d73421aa
commit
22cece2d01
8 changed files with 323 additions and 221 deletions
|
|
@ -51,7 +51,7 @@ func TestCacheClient(t *testing.T) {
|
|||
Flush().
|
||||
Group(group).
|
||||
Key(key).
|
||||
Exec(context.Background())
|
||||
Execute(context.Background())
|
||||
require.NoError(t, err)
|
||||
|
||||
// The data should be gone
|
||||
|
|
@ -81,7 +81,7 @@ func TestCacheClient(t *testing.T) {
|
|||
err = c.Cache.
|
||||
Flush().
|
||||
Tags("tag1").
|
||||
Exec(context.Background())
|
||||
Execute(context.Background())
|
||||
require.NoError(t, err)
|
||||
|
||||
// The data should be gone
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue