Skip to content

Commit 7bdd8a8

Browse files
committed
Fix: Update version expectation in JSON test from 1.1.0 to 3.0.0
1 parent f6950d2 commit 7bdd8a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/output/json-mode.bats

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ teardown() {
9393
@test "JSON version matches script version" {
9494
run_openclaw --json
9595

96-
# Version should be 1.1.0
97-
assert_output --partial '"version": "1.1.0"'
96+
# Version should be 3.0.0
97+
assert_output --partial '"version": "3.0.0"'
9898
}
9999

100100
@test "JSON timestamp is ISO 8601 format" {

0 commit comments

Comments
 (0)