Skip to content

Commit

Permalink
Merge pull request #957 from Permify/tests
Browse files Browse the repository at this point in the history
Tests
  • Loading branch information
tolgaOzen committed Dec 26, 2023
2 parents 53cc508 + 78b8cf9 commit cf9a0b0
Show file tree
Hide file tree
Showing 14 changed files with 933 additions and 34 deletions.
2 changes: 1 addition & 1 deletion docs/apidocs.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Permify API",
"description": "Permify is an open source authorization service for creating fine-grained and scalable authorization systems.",
"version": "v0.6.5",
"version": "v0.6.6",
"contact": {
"name": "API Support",
"url": "https://github.com/Permify/permify/issues",
Expand Down
2 changes: 1 addition & 1 deletion internal/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var Identifier = xid.New().String()
*/
const (
// Version is the last release of the Permify (e.g. v0.1.0)
Version = "v0.6.5"
Version = "v0.6.6"

// Banner is the view for terminal.
Banner = `
Expand Down
2 changes: 1 addition & 1 deletion internal/storage/memory/bundleReader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
base "github.com/Permify/permify/pkg/pb/base/v1"
)

var _ = Describe("BundleReader memory", func() {
var _ = Describe("BundleReader", func() {
var db *memory.Memory
var bundleWriter *BundleWriter
var bundleReader *BundleReader
Expand Down
Loading

0 comments on commit cf9a0b0

Please sign in to comment.