Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
JadenSimon committed Jan 6, 2025
1 parent a5fb9bb commit 6f9948e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/packages/pkg2/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as pkg1 from 'pkg1'
import { test, expectEqual } from 'synapse:test'

test('line count', () => {
expectEqual(pkg1.self.text.split('\n').length, 13) // fixed!
expectEqual(pkg1.self.text.split('\n').length, 13)
})

test('environment', () => {
Expand Down

0 comments on commit 6f9948e

Please sign in to comment.