Skip to content

Commit

Permalink
Update run.md
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o authored Nov 3, 2023
1 parent b2524a3 commit f0bb35d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,13 @@ dart test
Explain how users can write their own tests for your DLC using the testing framework you've chosen.

```dart
// Example test case using the `test` package
// Example test case using the `oracle` package
import 'package:test/test.dart';
void main() {
test('Test case description', () {
// Write your test code here
oracleinfo
expect(true, isTrue);
});
}
Expand Down

0 comments on commit f0bb35d

Please sign in to comment.