Skip to content

Commit

Permalink
chore: synchronize workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 11, 2023
1 parent 5da7ba1 commit 7773ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crdbx/staleness_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

func TestConsistencyLevelFromString(t *testing.T) {
assert.Equal(t, ConsistencyLevelStrong, ConsistencyLevelFromString(""))
assert.Equal(t, ConsistencyLevelUnset, ConsistencyLevelFromString(""))
assert.Equal(t, ConsistencyLevelStrong, ConsistencyLevelFromString("strong"))
assert.Equal(t, ConsistencyLevelEventual, ConsistencyLevelFromString("eventual"))
assert.Equal(t, ConsistencyLevelStrong, ConsistencyLevelFromString("lol"))
Expand Down

0 comments on commit 7773ef0

Please sign in to comment.