Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
fix test desc
Browse files Browse the repository at this point in the history
  • Loading branch information
jjba23 committed Sep 24, 2024
1 parent ae78534 commit 2ba58ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import scala.util.control.NonFatal
import com.github.sbt.git.SbtGit.GitKeys

ThisBuild / version := "0.8.3"
ThisBuild / version := "0.8.4"

name := "zzspec"

Expand Down
2 changes: 1 addition & 1 deletion zzspec/src/test/scala/postgresqltest/PostgreSQLSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ object PostgreSQLSpec extends ZIOSpecDefault {
Drop a table.
Create a table.
Verify amount of rows is 0.
Insert 2 rows.
Insert 4 rows.
Verify 2 rows are present.
Verify querying for a string meets expectation.
Verify querying for an int meets expectation.
Expand Down

0 comments on commit 2ba58ea

Please sign in to comment.