Skip to content

Commit f28c732

Browse files
committed
Fix typo
1 parent f757b0a commit f28c732

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
--build-path .build-test-debug
4545
xcrun llvm-cov show \
4646
-instr-profile=.build-test-debug/debug/codecov/default.profdata \
47-
.build-test-debug/debug/OPENBOXPackageTests.xctest/Contents/MacOS/OPENBOXPackageTests \
47+
.build-test-debug/debug/OpenBoxPackageTests.xctest/Contents/MacOS/OpenBoxPackageTests \
4848
> coverage.txt
4949
- name: Build and run tests in release mode
5050
env:

Tests/OpenBoxTests/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
## OPENBOXTests
1+
## OpenBoxTests
22

3-
Test internal API of OPENBOX
3+
Test internal API of OpenBox
44

55
```swift
6-
@testable import OPENBOX
6+
@testable import OpenBox
77
```

0 commit comments

Comments
 (0)