Skip to content

Commit

Permalink
Fix mistake in merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhartnett committed Jun 26, 2024
1 parent 3f48fd0 commit 9d14e49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
include:
- target:
os: linux
builder: ubuntu-20.04
builder: ubuntu-latest
shell: bash
- target:
os: macos
builder: macos-11
builder: macos-12
shell: bash
- target:
os: windows
Expand Down
1 change: 1 addition & 0 deletions tests/test_rocksdb.nim
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ suite "RocksDbRef Tests":
var s = db.put(key, val, defaultCfHandle)
check s.isOk()

var s2 = db.put(otherKey, val, otherCfHandle)
check s2.isOk()

var bytes: seq[byte]
Expand Down

0 comments on commit 9d14e49

Please sign in to comment.