fix typo in test name
This commit is contained in:
parent
4f10cabdd3
commit
4d2fefad69
|
@ -189,7 +189,7 @@ describe("project with independent sources", () => {
|
|||
test("first run order", () => {
|
||||
expect(Project.getRunOrderFor(project, "first")) == ["first"]
|
||||
})
|
||||
test("first run order", () => {
|
||||
test("second run order", () => {
|
||||
expect(Project.getRunOrderFor(project, "second")) == ["second"]
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue
Block a user