Skip to content

Commit

Permalink
fix: Fix uhashmap test name (#5563)
Browse files Browse the repository at this point in the history
# Description

## Problem\*

Resolves <!-- Link to GitHub Issue -->

## Summary\*

The wrong test name here is causing CI on other PRs to fail (namely
#5540) - not sure how the original
PR passed checks with this.

## Additional Context



## Documentation\*

Check one:
- [x] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[For Experimental Features]** Documentation to be submitted in a
separate PR.

# PR Checklist\*

- [x] I have tested the changes locally.
- [x] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
  • Loading branch information
jfecher authored Jul 19, 2024
1 parent aa62d8a commit d5de83f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_programs/execution_success/uhashmap/Nargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hashmap"
name = "uhashmap"
type = "bin"
authors = [""]

[dependencies]
[dependencies]

0 comments on commit d5de83f

Please sign in to comment.