Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
konomae committed May 26, 2024
1 parent 8876190 commit 51fb392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/versions_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use proto_pdk_test_utils::*;
generate_resolve_versions_tests!("zig-test", {
"0.10" => "0.10.1",
"0.11.0" => "0.11.0",
"0" => "0.11.0",
"0" => "0.12.0",
});

#[test]
Expand Down

0 comments on commit 51fb392

Please sign in to comment.