Skip to content

Commit

Permalink
fix: typos in spec
Browse files Browse the repository at this point in the history
  • Loading branch information
repomaa authored and vladfaust committed Aug 13, 2019
1 parent 7c1d9a4 commit b163fe8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion db_spec/sqlite3/repository/exec_spec.cr
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require "../sqlite3_spec"
require "../../repository_spec"

describe "Repository(Postgres)#exec" do
describe "Repository(Sqlite3)#exec" do
repo = repo(:sqlite3)

describe "with SQL" do
Expand Down
2 changes: 1 addition & 1 deletion db_spec/sqlite3/repository/query_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require "../sqlite3_spec"
require "../../repository_spec"
require "../models"

describe "Repository(Postgres)#query" do
describe "Repository(Sqlite3)#query" do
repo = repo(:sqlite3)

# This is John
Expand Down
2 changes: 1 addition & 1 deletion db_spec/sqlite3/repository/scalar_spec.cr
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require "../sqlite3_spec"
require "../../repository_spec"

describe "Repository(Postgres)#scalar" do
describe "Repository(Sqlite3)#scalar" do
repo = repo(:sqlite3)

describe "with SQL" do
Expand Down

0 comments on commit b163fe8

Please sign in to comment.