Skip to content

Commit

Permalink
Uncomment tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauve Signweaver committed Jul 3, 2023
1 parent 7ac4678 commit 432e6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ test('Upload data', async (t) => {
}
})

test.only('Get version from root', async (t) => {
test('Get version from root', async (t) => {
const port = await getPort()

const gateway = await HyperGateway.create({
Expand Down

0 comments on commit 432e6dc

Please sign in to comment.