Skip to content

Commit cf9a0b0

Browse files
authored
Merge pull request #957 from Permify/tests
Tests
2 parents 53cc508 + 78b8cf9 commit cf9a0b0

File tree

14 files changed

+933
-34
lines changed

14 files changed

+933
-34
lines changed

docs/apidocs.swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "Permify API",
55
"description": "Permify is an open source authorization service for creating fine-grained and scalable authorization systems.",
6-
"version": "v0.6.5",
6+
"version": "v0.6.6",
77
"contact": {
88
"name": "API Support",
99
"url": "https://github.com/Permify/permify/issues",

internal/info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var Identifier = xid.New().String()
2020
*/
2121
const (
2222
// Version is the last release of the Permify (e.g. v0.1.0)
23-
Version = "v0.6.5"
23+
Version = "v0.6.6"
2424

2525
// Banner is the view for terminal.
2626
Banner = `

internal/storage/memory/bundleReader_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
base "github.com/Permify/permify/pkg/pb/base/v1"
1414
)
1515

16-
var _ = Describe("BundleReader memory", func() {
16+
var _ = Describe("BundleReader", func() {
1717
var db *memory.Memory
1818
var bundleWriter *BundleWriter
1919
var bundleReader *BundleReader

0 commit comments

Comments
 (0)